Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: Reducing the memory usage of Spreadsheet::ParseExcel

by Neighbour (Friar)
on Jan 30, 2013 at 11:18 UTC ( [id://1016035]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print("Before creating new Spreadsheet::ParseExcel::Stream:\n" . `free
    + -m`);
        my $ExcelParser = Spreadsheet::ParseExcel::Stream->new($FileName);
    print("After creating new Spreadsheet::ParseExcel::Stream:\n" . `free 
    +-m`);
    
  2. or download this
    Before creating new Spreadsheet::ParseExcel::Stream:
                 total       used       free     shared    buffers     cac
    +hed
    ...
    Mem:          3011       2257        753          0          2        
    +177
    -/+ buffers/cache:       2077        933
    Swap:          956        177        779
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1016035]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 20:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found