Now I am using R to integrate different stock information(like RCurl for Web info and quantmod for financial report and trade info)
After I get data I put them in MySQL database.
The program works find BUT after loop some time the R session consumes too much memory(some 1000 stocks takes 4GB memory)
Is there anyway in R I can check which objects takes the most memory? Or is there any tools I can check the possible memory leak problem? Thanks!