Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
CS SDK - Max Memory Limit
Bill Klish
TeamSite 6.5 SP1
Solaris 9
I am seeing this entry multiple times in the servletd.log file. Any idea what would cause this to happen? Anyone else have to bump their memory limit up? This is running on a 4 1.5 Ghz cpu, 8 GB RAM server that is not heavily loaded.
[Mon Dec 11 18:49:35 2006] Error Sequence of type CSFileData truncated. Consider bumping up maxMemoryLimi
t in cssdk configuration file.. File: CSAreaHelper.cpp line: 1173. (53)
Find more posts tagged with
Comments
Migrateduser
That limit is on the data that gets transmitted back in a single CSSDK call. If you are looking up a large number of files or comparing them or any other transaction that results in a large resultset, this limit comes into play. Bumping up the limit might be a good idea, but it does result in slower responses from the particular operation that you are attempting.
Hope this helps