Hi,
I call python program from jep and getting this:
jep.JepException: <class 'ValueError'>: signal only works in main thread
at /development/bin/python/conda3/envs/dev-ds/lib/python3.6/signal.signal(signal.py:47)
After I disable the signal with
signal.signal = lambda *args: None
it works.
How can this be explained?
I also noticed the program crashes the JVM sometimes.
Have a suspicion it is related to native memory allocation from the Python program.
How to .... manage this from jep or the jvm?
Are there ways to control or monitor the native memory available to jep?
Thanks
Nick