We have 1 user who is receiving the “Max number of memory segments” error when she uses a Notes application that works for everyone else. Her client has been upgraded to 6. other users don’t get this error. Should we reinstall her Notes client? I’ve seen a few posts about this error under 6 but they’re server related and not client related.
Thanks,
Subject: max number of memory segments exceeded - client
The problem might be that her computer has less memory than other users’ workstations.
What exactly is she doing at the time she gets the error? This sort of thing can happen with LotusScript code that allocates a lot of memory and doesn’t free it as it goes along. E.g. if it processes thousands of documents and doesn’t use the Delete statement to clear each document from cache once it’s processed. Some computers might be able to get thru it, others not.
Subject: too much stuff in 1 field
Our user is trying to use a form that pulls in the names of vendors so it can send them a message through another system. She is running into this error when she tries to send to 500 vendors at once. I think we’ve run into a standard memory limitation. I’ve recommended that she send her messages to smaller groups at a time. If that doesn’t work for her, we may end up reworking the application.
Thanks for your help !