Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
iAmNaN68398yWhen you use pointers in cpp, you have to clean up after you're done with the pointer; there's no automatic garbage collection. Not sure how you get anything to run, unless you are spooling it all to disk.
-
@iAmNaN all the smart pointers and shit. But my mentor says ram is cheap. So load all the required database tables in ram. And query those instead of querying db as db is slow. But he is an intelligent guy. Knows what he is doing. Lets see what happens.
-
@donoskaro virtual machines. Around 200 GB RAM I guess. I'll tell exact numbers on Monday. But the fun part is there are 410 such instances🙂
-
-eth18438yYou are scaring me for my embedded C project. I have 32MB of Ram...not easily accessible though, the FreeRTOS malloc is bugged :(
-
iAmNaN68398y@Sainathl well, yes, but some DBMS are specifically designed to be loaded into memory, and others not so much. RAM may be cheap, but one should still optimize and make efficient use of it.
Related Rants
-
vimalvk917Friend : Hey bro I made an awesome program which shows your future wife's name. Me : Hey that sounds inter...
-
clickyotomy5[Found this on Reddit] - Always explain in terms of hamburgers. ;)
-
OrestH18I'm dreaming to send homework to my C++ programing lecturer full of strange #defines and make the code compila...
My first cpp project takes 148GB ram. My mentor says it's okay till 50GB. God help me optimise this thing. I have started doubting everything. Int I = 0 also looks suspicious.
undefined
cpp
ram tooo much
memory leak