-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi,
I have a problem with running the tool on my server, and it was very unclear to me what was happening.
At first, I installed the package (via pip) and tested/integrated it into my application, and then ran my application in my notebook (WSL, ubuntu 20) , which was working fine.
However, when I deploy my application on the server to perform a bigger task.
It said the error as follows
parasail_memalign: posix_memalign failed: Cannot allocate memory
The spec. of my mini server is.
Debian GNU/Linux 10 (buster)
Release: 10
have 16 CPUs and 32 GB of RAM.
Even though I tried to align with only 1 sample, it still said the same error.
I also tried to install the parasail from the source (e.g., python setup.py bdist_wheel),
and I also tried the method from CMake build (https://github.com/jeffdaily/parasail#compiling-and-installing) and manually copied the libparasail.so to the parasail-python shared lib folder. The installation from both methods went well; however, when I executed my application, the problem was still the same.
So maybe, Could you please shed light on what else could be the problems? Does it is something to do with the cross-platform compiling or dependencies?
Best regards,
Note