I am seeing this same issue with both the create() and createSimple() method. Each call now takes 50+ seconds to complete. After inserting the document, I call other webservice methods (such as getOKMProperty().addKeyword(), getOKMPropertyGroup().addGroup() and getOKMPropertyGroup().setProperties()) and they take less than 1 second each.
Ubuntu, 6GB ram, local XFS file system, OpenKM 5.0.2
Files: 117,607
Storage: 12.9 GB
Folders: 530
JBoss Java Opts:
JAVA_OPTS="-Xms2048m -Xmx4096m -XX:PermSize=256m -XX:MaxPermSize=512m -Djava.awt.headless=true"
The JBoss log files are not giving any to alarming. The last few lines read as follows:
Code: Select all2011-05-02 23:21:09,645 INFO [org.apache.jackrabbit.core.persistence.bundle.util.LRUNodeIdCache] num=10240/10240 hits=40990 miss=546649010
2011-05-02 23:21:09,694 INFO [org.apache.jackrabbit.core.persistence.bundle.util.BundleCache] num=1178 mem=8191k max=8192k avg=7120 hits=407505986 miss=139144014
2011-05-02 23:21:10,149 INFO [org.apache.jackrabbit.core.persistence.bundle.util.LRUNodeIdCache] num=10240/10240 hits=40990 miss=546659010
2011-05-02 23:21:10,202 INFO [org.apache.jackrabbit.core.persistence.bundle.util.BundleCache] num=1208 mem=8191k max=8192k avg=6943 hits=407513482 miss=139146518
2011-05-02 23:21:10,674 INFO [org.apache.jackrabbit.core.persistence.bundle.util.LRUNodeIdCache] num=10240/10240 hits=40990 miss=546669010
2011-05-02 23:21:10,727 INFO [org.apache.jackrabbit.core.persistence.bundle.util.BundleCache] num=1176 mem=8186k max=8192k avg=7128 hits=407520966 miss=139149034
2011-05-02 23:21:11,183 INFO [org.apache.jackrabbit.core.persistence.bundle.util.LRUNodeIdCache] num=10240/10240 hits=40990 miss=546679010
2011-05-02 23:21:11,232 INFO [org.apache.jackrabbit.core.persistence.bundle.util.BundleCache] num=1227 mem=8188k max=8192k avg=6834 hits=407528453 miss=139151547
Has anyone else experienced this?