I use following settings for JVM (e.g. options for tomcat) JAVA_OPTS="-Djava.awt.headless=true -Xms256m -Xmx512m -XX:MaxPermSize=256m" I found Xar handy for moving data from one (test) instance to another (production), though for full backup I use MySQL dump. Backup: mysqldump -u root -ppassword --opt xwiki > xwiki.sql Restore: mysql -u root -ppassword -Dxwiki < xwiki.sql Valdis
Hi,
No i am not using WEBDAV. Its a fresh installation of Xwiki and i have only created about 4 pages so far.
Here are the steps i took to install it.
- Installed Tomcat 6.0 - Installed Xwiki Enterprise 2.1.1 - set up the hibernate configuration to mysql - Installed the default set of wiki pages which provide the blog, spaces etc (i.e. xwiki-enterprise-wiki-2.1.1.xar ) - Created a couple of wiki pages to test it.
Thats all i have done so far and is what i am trying to export. I must mention that i did not change any configuration in Tomcat in terms of how much memory is allocated to tomcat. Everything is at their default values.
I have seen in several wiki configuration that they recommend increasing the amount of memory allocated to tomcat. Do you think that maybe i need to play around with the memory allocation within Tomcat?
...