You can try to set the JVM memory.
Have a look into the snappy directory. There is a jpyconfig.py
file. Change ‘jvm_maxmem = None’ to jvm_maxmem = 6G
for example.
You can try to set the JVM memory.
Have a look into the snappy directory. There is a jpyconfig.py
file. Change ‘jvm_maxmem = None’ to jvm_maxmem = 6G
for example.