All, It's been a while since I've worked with OFBIZ but the time has come to resume working with it.
I know the answer to my question (sort of) but need some guidance from some good JAVA guys... (YOU!) Overview: Godaddy's virtual dedicated servers are setup with virtuoso, they alocate only the needed memory up to what you have for max (me = 256mb) This should be fine as I've gotten a test box with that to run OFBIZ. I have everything setup; Ant, JDK1.6,ofbiz svn exported. Centos 5 When I go to do an ant run-install-seed I get: Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. I've inserted an alias into my /etc/profile.d/java.sh (same as bashrc but cleaner for CENT/RHEL products) so that I have: export JAVA_HOME=/opt/jdk1.6.0_13/jre PATH=$PATH:$JAVA_HOME/bin alias java='java -Xms2m -Xmx16m' I'm told the Xms and Xmx will help lower the memory hogging that java wants to do, but I'm having little success. I'm fine with java -version and javac -version. So JVM itself is working, but I think it's trying to grab too much memory that the virtual server core won't grant me at one time. Has anyone worked this this type of thing? Thanks!!
