Re: [PERFORM] Invalid memory alloc request size

2012-10-31 Thread Samuel Gendler
This was answered on the list last time you asked it. You are exceeding a maximum buffer size. There was an implication that it was related to converting a string from one encoding to another that could maybe be alleviated by using the same encoding in both client and server, but a more reliable so

Re: [PERFORM] Invalid memory alloc request size

2012-10-31 Thread Pavel Stehule
Hello 2012/10/31 Mahavir Trivedi : > dear friends > > i have - sql file of size more than 1 gb > when i execute it then after some time "Invalid memory alloc request size > 100234023 byte" occcured > what ' s problem that i don't know ? there is hard-coded limit for memory request - for exampl

[PERFORM] Invalid memory alloc request size

2012-10-31 Thread Mahavir Trivedi
dear friends i have - sql file of size more than 1 gb when i execute it then after some time "Invalid memory alloc request size 100234023 byte" occcured what ' s problem that i don't know ? with thanks mahavir