I just try to install SFS on a big root server. First I got was "Could not reserve enough space for object heap. Could not create the Java virtual machine.", so as written in this forum, I set up the memory for installer ("./jre/bin/java -Xmx64m -jar installer.jar"). Now there is every time the same error on startng installation:
I also tested it with higher values like Xmx128m, Xmx256m and so on but with no success.root@server1 [/home/fox/SmartFoxServer_PRO_1.6.6]# ./install
#
# An unexpected error has been detected by Java Runtime Environment:
#
# java.lang.OutOfMemoryError: pthread_getattr_np
#
# Internal Error (os_linux_x86.cpp:666), pid=32365, tid=140642232387328
# Error: pthread_getattr_np
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b16 mixed mode linux-amd64)
# An error report file with more information is saved as:
# /home/fox/SmartFoxServer_PRO_1.6.6/hs_err_pid32365.log
pure virtual method called
./install: line 1: 32365 Aborted ./jre/bin/java -Xmx64m -jar installer.jar
What's wrong?