#memory-leak — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #memory-leak, aggregated by home.social.
-
My laptop has a memory leak. Uptime is almost 3 days, I just logged out and logged back in. This is the screenshot from htop.
If I reboot, I will have like 2G of usage after logging in... This is running Debian stable with latest kernel. Problem has persisted over the last several kernel upgrades.
-
Finding and Fixing Ghostty's Largest Memory Leak
https://mitchellh.com/writing/ghostty-memory-leak-fix
#HackerNews #Finding #Fixing #Ghostty #MemoryLeak #TechInsights
-
recent additions to nula.cc
Emitted omissions ~
The present collection forms an anthology of six works, a selection of filecasts taken from our ongoing web presence. Each work here reaches its ultimate form as a 24-bit 48k remaster or remix, and also finds its place within a new sequence of thematically connected works. Using everything from whispering radio static and gently lapping waves to undulating feedback and spiraling harmonic pulsations, these works fit into a sequence that for some might express the desolation of our digitally isolated lives, for others a sonic journey soaked in the characterizing ambiences of our times.
░ album, 6 tracks: /60950/emitted-omissions
*
Phase invert
Birds are flying overhead.
Here they have always flown overhead.
If time is a straight line then it is also a spiral. Events that abut one another, either along or across this coil, may up and knock upon the doors of our attention and beg to be compared. This resonance may explain why some memories, and present impressions, are more solid and real than others.░ mp3, 8 minutes: /60943/phase-invert
*
Memory leak
I ask you, how many tellings, after a pause, begin again with: ‘…and then I remembered…’ ? Now tell me, how many tellings by people simply sharing with each other their everyday happenings, re-begin with: ‘…and now I remember having remembered…’ ? Darosvali Rorosuret
░ mp3, 4 minutes: /60901/memory-leak
*
*
Ranger Magazine #12 is now live
Ranger Press, an ‘avant garde micro-press specializing in showcasing the best visual and concrete poetry, as well as all hybrid and uncategorizable genres (text + visual),’ has included the tracklist of the album Scattered places in broken time in their current issue.
A print issue should be out before the end of the year.
#12 #DarosvaliRorosuret #emittedOmissions #experimentalMusic #memoryLeak #music #nulaCc #phaseInvert #RangerMagazine #RangerPress #sound #Soundscapes
-
📉 The Longer You Play Borderlands 4 On Console The Worse It Gets
#games #videogames #software #fail #quality #console #memoryleak
-
Does someone knows a way to test or diagnose a PHP process for memory leaks?
Asking for a friend. He puts NGINX with PHP and after a while a mail comes saying PHP 8.2.5 goes out of memory, good luck.
#Programming #PHP #WebServers #Web #Servers #Debug #Debugging #MemoryLeak
-
How do you usually deal with memory leaks in PHP (Symfony)? I juggle in an isolated process with a massive number of data sets that I load in batches via Doctrine, process, and then detach via the entity manager using `clear`, including a call to `gc_collect_cycles`, after unsetting the result array. There aren't any variables that have a reference anymore. The units of work from the entity manager are also empty. But the memory usage keeps going up.
UPDATE: found the leak in a third party API client 😄
-
🚨 OMG, look! Another digital disaster discovered by self-proclaimed "Binarly REsearch" saviors! 😱 Yet another Secure Boot #bypass - who'd have thought it?! 🙄 Apparently, a memory leak is a bigger deal than our morning coffee spill. ☕📉
https://www.binarly.io/blog/another-crack-in-the-chain-of-trust #digitaldisaster #SecureBoot #cybersecurity #memoryleak #BinarlyResearch #HackerNews #ngated -
The Mastodon web client is one of the best ways I've experienced for interaction with Mastodon itself on a generic Linux machine, but blimey, does it have a memory leak!
Left it open on my laptop, it has gobbled about 48% of system RAM according to `top`'s %MEM column (not sure if this includes swap).
The machine has 8GB RAM and 32GB swap. It took 10 minutes for Firefox to react to a close instruction.
It usually starts consuming lots of memory after 6 hours of observing the main feed: the problem is much worse if viewing videos (silent "GIF"s or otherwise).
(cc @Mastodon)
-
Można by było myśleć, że czasy wycieków pamięci to zapomniany rozdział w programowaniu, ale nic bardziej mylnego - nadal ten problem się pojawia i istnieje potrzeba, aby go badać. Tutaj autor pokazuje, jak można to robić w aplikacjach napisanych w Node.js.
#NodeJS #MemoryLeak #Programowanie
https://dev.to/gkampitakis/tracking-down-high-memory-usage-in-nodejs-2lbn
-
Nach Null setzen der Klassenvariablen in der tearDown() die die Referenzen hatten gehen die Zähler auch wieder runter und der scheiß fliegt mir nicht mehr um die Ohren 🙌🏼
-
Damit bleiben natürlich auch diese Instanzen referenziert und werden nicht aufgeräumt.
Mit wachsender Anzahl Testklassen, werdens also auch immer mehr Referenzen die unnötig weiter Platz belegen und 🤯
Hab die Theorie dann eben mal überprüft, indem ich in Kon-/Destruktor der instanziierten Klassen einen Zähler gepackt hab.
Und recht gehabt. -
Ich hab mittlerweile so viele Unittests in dieser Suite drin, der VM HeapSpace fliegt mir um die Ohren 😶🌫️
Heute morgen also mal Speicheroptimierung in den Unittests betrieben :blobcatverified:Was war passiert?
Naja, ich hab in der setUp() 9 Objekte instanziiert und in Klassenvariablen der Testklasse abgelegt.Well, am Ende des Tests, hält die Testumgebung die Referenz auf alle Testklassen bis sie mit allem fertig ist, für final Reporting. 👀
-
I have a very weird memory bug in python or QT6. I add a few thousand rows to a QTableWidget. That works just fine, but if I first move the window, and then add the rows it takes a long time and memory usage goes over 40gb.
And it triggers only on the Mac I'm developing on. Other Mac with the same OS version, same python version has no problem.
On the dev Mac I tried different python3 version, created a new venv, but nothing helps.
tracemalloc doesn't seem to see the huge memory usage.
Any ideas on how to find the cause of this? I'm out of ideas. -
Oops, someone left a memory leak in their self-checkout software
#Java #MemoryLeak #ErrorInTheWild -
#Development #Techniques
Common causes of memory leaks in JavaScript · Resolving memory leaks in Node.js and Deno applications https://ilo.im/15zrzu_____
#Programming #Debugging #Profiling #MemoryLeak #JavaScript #WebDev #Backend #NextJS #Deno -
Méfiez-vous des objets créés dans le scope global. Ils peuvent très rapidement constituer un memory leak.
Common Causes of Memory Leaks in JavaScript | Trevor Indrek Lasn
https://www.trevorlasn.com/blog/common-causes-of-memory-leaks-in-javascript -
TFW your bug report is the leading cause of a new release version... They only went and fixed it for me. :)
#DxO #photography #geek #win #DxOPhotoLab #memoryleak #happiness
-
CrowdStrike has had a history of releasing software updates that have inadvertently caused significant disruptions to operating systems, including Linux, Windows, and macOS. These incidents have raised concerns within the IT and cybersecurity communities about the reliability and testing procedures of CrowdStrike’s software releases.
https://linuxexpert.org/crowdstrikes-history-of-releasing-software-that-breaks-operating-systems/
#CrowdStrike #Cybersecurity #SoftwareUpdates #Linux #Windows #macOS #KernelPanic #BSOD #MemoryLeak #OpenSource #CodeReview #Transparency s -
You go Print Center! You may live a life in the shadow of more prominent apps, but that shouldn't stop you from having 177,10 GB of RAM! Or increasing 0,1 GB per second, for that matter! 😝 #macos #memoryleak
-
Someone reported memory issues with MusaicFm but it seems to be general problem with the „LegacyScreenSaver“ Process. It seems to leak memory. Is there a fix for it or can you somehow migrate to a new ScreenSaver API under macOS?
-
I was debugging a huge (~20GB) #MemoryLeak in my #Java program and just couldn't find the source. Just out of curiosity, I hit the "Perform GC" button in #VisualVM and voilà, memory usage drops down to 4.5 GB. Thanks pal, for garbage collecting well, never!
-
Ich habe mal den Speicherverbrauch etwas optimiert 😂 #memoryleak #WinterPodstock #PodstockDE