Re: [racket] Pulling BLOB from SQL DB

2012-04-16 Thread J G Cho
It works without crashing. Will do more testing. Thank you. On Sun, Apr 15, 2012 at 2:00 AM, Ryan Culpepper wrote: > I just pushed some fixes to MySQL's handling of fields larger than about > 64k. One of the bugs I fixed would account for the out-of-memory error (it > sometimes tried to allocate

Re: [racket] Pulling BLOB from SQL DB

2012-04-13 Thread Ryan Culpepper
On 04/12/2012 01:02 PM, J G Cho wrote: While reading a BLOB from MySQL, DrRacket (5.2.1 on Win7) crashes every time. (SQL was like 'select blobcol from table LIMIT 1') Ran the same code via command line on Ubuntu. Racket seems to run out of memory due to the size of BLOB. How big was the blob?

[racket] Pulling BLOB from SQL DB

2012-04-12 Thread J G Cho
While reading a BLOB from MySQL, DrRacket (5.2.1 on Win7) crashes every time. (SQL was like 'select blobcol from table LIMIT 1') Ran the same code via command line on Ubuntu. Racket seems to run out of memory due to the size of BLOB. Questions: How can I give more memory to /usr/local/bin/racket