MySQL Forums
Forum List  »  Performance

Re: Memory Allocation error
Posted by: Rick James
Date: November 19, 2011 10:08AM

At a low level, there are two ways for a client to receive a big resultset from the server -- all at once, or piecemeal. If Cognos is trying to receive all 1.2GB at once, perhaps it is not prepared to handle it. (Ask them.)

SHOW VARIABLES LIKE 'tmpdir';
SHOW VARIABLES LIKE '%buffer%';
SHOW VARIABLES LIKE 'version%';

With 16GB of RAM, there should not be a memory issue, but...

Is the OS 64-bit?
Is Cognos 64-bit?
While we are at it, is MySQL 64-bit?
I ask these, because the OS could be limiting each process to, say, 1GB of RAM. (This is likely with everything being 32-bit.)

Options: ReplyQuote


Subject
Views
Written By
Posted
5764
November 17, 2011 12:55PM
1535
November 18, 2011 10:09AM
1200
November 18, 2011 12:11PM
Re: Memory Allocation error
1227
November 19, 2011 10:08AM
1152
November 23, 2011 10:41AM
1200
November 29, 2011 01:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.