search for: utf8_handler

Displaying 2 results from an estimated 2 matches for "utf8_handler".

2007 Jun 19
0
NoMemoryError ActiveSupportMultibyte - Normalize
...o, the process works 100% OK on a file that is about 3-4mb. Document 10, worker job_key 1182240116-VMS10 = Book import started at Tue Jun 19 18:01:56 +1000 2007. failed to allocate memory - (NoMemoryError) /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_support/multibyte/handlers/utf8_handler.rb:299:in `unpack'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_support/multibyte/handlers/utf8_handler.rb:299:in `u_unpack'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_support/multibyte/handlers/utf8_handler.rb:207:in `normalize''...
2006 Nov 08
14
Increased memory requirements on 1.2
I just recently upgraded a rails app of mine to run on edge (and the 1-2-pre-release branch) and I noticed my fcgis required roughly 6-8MBs more memory after just a couple requests. For example, each fcgi on edge would start around 40MB and rise to ~46MBs after a couple requests. I downgraded my app back to 1.1.6 and each fcgi would start at around 33MBs and rise to ~38MB. As a result of the