Filter
Exclude
Time range
-
Near
Replying to @yusukebe
Bun expose a memoryUsage function from JSC so I just use that On Node, there's a `process.memoryUsage().heapUsed` but not very reliable You would also need to run global.gc before getting memory by running `node --expose-gc` flag Here's the code github.com/elysiajs/elysia/b…
1
1
33
2,939
Phase 7: Operational Stability, Metrics & Backpressure Hardening Day 16 Progress • Began full consolidation of the metrics layer — Prometheus custom metrics unified under metrics.Server • Added missing consensus metrics: CurrentView, CurrentHeight, PartitionDetected • Repaired broken metrics references in cmd/nuera-node/main.go • Removed invalid direct-access calls to private consensus fields • Added missing consensus-exposed methods in hotstuff.Engine for monitoring • Restored promoter registry registration across all metric categories • Ensured /metrics endpoint is fully functional and scrapeable • Backpressure system updated with missing constants (PressureCritical, PressureOverload) for safe operation • Initial cleanup of backpressure / metrics collisions to prevent panic at startup • Validated Prometheus metrics server boots cleanly with no runtime errors • Test script updated (test_multi_node_FIXED.sh) to correctly detect the consensus view during multi-node tests • Hardened metrics parsing logic to prevent false zeros, improving sync tests reliability Breakthrough This is the first time since integrating the operational monitoring layer that: •The node compiles cleanly •The metrics system initializes without panics •All consensus and network metrics expose usable values •Multi-node testing can surface real consensus progress instead of failing due to metric fetch errors This stabilises the entire observability pipeline, which is now mandatory for performance testing, backpressure tuning, and partition-detection hardening. Current Work • Completing missing metric setters to allow real-time updates from consensus → network → sync layers • Restoring all consensus event hooks to feed metrics correctly (view updates, votes, QCs, sync lag) • Rewiring partition detection metrics to avoid false flags • Cleaning up backward references to non-existent variables in main.go • Validating that metric calls trigger no deadlocks during peak load • Synchronizing metrics with backpressure telemetry for full pipeline monitoring • Ensuring the metrics server performs under 3-node test load Known Issues • Backpressure → metrics coupling still partially broken • Several operational metrics (MemoryUsage, WALRecoveryCount, BadgerWriteLatency) not yet returned by node • PartitionDetection metric may show false positives without hybrid adjustment • Some consensus metrics not yet updated on every view change • Test script still returns inconsistent view numbers under high load due to scrape timing • No dashboard or visual monitoring yet Next Steps • Fully implement hybrid partition detection model (stake-weighted QC-based heartbeat) • Add adaptive timeout logic for consensus based on historic view duration • Complete error classification (86 sources) and tie into the monitoring layer • Integrate real backpressure gates at mempool, sync, consensus layers • Create operational dashboards alerts for consensus stalls • Begin pre-benchmark stress test once all stability layers are integrated Reality Check Nuera is transitioning from “feature-complete” to “operationally stable,” which is the wall most DIY blockchains never get past. Metrics backpressure partition-logic stabilization is non-optional before any TPS or sharding benchmarks. This work is precisely what prepares Nuera for realistic performance measurements and ERC20-funding narrative #Crypto #Layer1 #Blockchain #Web3
2
7
140
10 Aug 2025
Instant RAM usage check with #PowerShell # Import BurntToast module Import-Module BurntToast # Get memory usage percentage $memoryUsage = (Get-Counter '\Memory\% Committed Bytes In Use').CounterSamples[0].CookedValue # Display usage and send notification Write-Host "Current memory usage: $([math]::Round($memoryUsage, 2))%" New-BurntToastNotification -Text "Memory Alert", "Usage: $([math]::Round($memoryUsage, 2))%" * Save as .ps1 with UTF-8 with BOM * Run via .\TestMemory.ps1 * Handy for instant diagnostics or pre-op snapshots. #PowerShell #BurntToast #RAM #SysAdmin #Forensics
4
90
Can my Redis sorted sets join a minimalist club, or do I need to teach them myself? Source: devhubby.com/thread/how-to-o… #MemoryManagement #CodingTips #MemoryOptimization #RedisOptimization #memoryusage #memory
2
7
28
Google क्रोम पर मल्टीपल टैब के साथ क्रैशिंग और स्लोडाउन की नहीं आएगी परेशानी, मेमोरी यूसेज वाला नया फीचर आएगा अब काम #GoogleChromeUpdate #BrowserPerformance #MemoryUsage #TabManagement #WebBrowsing jagran.com/technology/tech-n…

1
1
749
Simply hovering your mouse on the tab will show you how much RAM it's using. You can choose to suspend tabs to save memory. Read More: propakistani.pk/2023/11/08/g… #Google #GoogleChrome #RAM #RAMUsage #MemoryUsage
4
534
First off, let's talk memory usage. 🧠 My new code uses only 86.5MB, compared to the old code's 149MB. That's a 41.9% improvement! #memoryusage
1
4
235
3 Oct 2023
物理メモリ空いてても8GBくらいページングファイルありますね fsutil behavior set memoryusage 2 で使用量が減るらしいのでちょっと試してみようかな? 帰ったら。
1
1
9
1,027
🧠 Space Complexity: We're using extra space for the max_coverage array, so it's O(n). But it's worth it for the efficiency gains! 🚀 #MemoryUsage
1
1
20
22 Jul 2023
💡 Real-time processing applications demand efficiency and minimal downtime. Avoid unnecessary delays caused by application restarts with our expert tips and tricks. ⏱️ eu1.hubs.ly/H04yskP0 #DataStreams #KafkaStreams #RealTimeProcessing #Kubernetes #MemoryUsage

4
15
1,467
30 Jun 2023
💾 Space Complexity (SC): The space complexity of the solution is also O(N * M) as we use additional space for the visited set or queue in DFS/BFS. #SpaceComplexity #Coding #MemoryUsage
1
1
16
24 Feb 2023
🧐 When using useMemo in React, storing large objects in memory can have negative impacts on performance. Measure the actual impact of this hook on your app and use judiciously. #Reactjs #memoryusage
1
2
172
Just discovered “memoryusage” command. It seems it improved ping and FPS drops. Adding it to the next build on the tuner. #pc #gaming #gamingsetup #CallofDutyWarzone #streamers
1
3
49
At #iJScon London, @TheNishuGoel will give you a better understanding of your web page's #JavaScript #MemoryUsage based on the timing of events, user actions, and garbage collection. Find out more >> ow.ly/fEM150LZoOI
1
3
427
30 Nov 2022
How to Monitor Linux Server Health with Command Line Tools - VITUX. url.igoros.com/9a3 If you work on Linux servers, you need to check the disk, CPU, and memory usage on your system. You can easily monitor... #Linuxdistributions #memoryusage

2
4
Replying to @mokomokotamago1
このリプ欄を見に来た人に質問したいのですが、逆に仮想メモリを小さくするメリットって何かあるんでしょうか? 余っている物理メモリを活用したいのであれば、コマンドプロンプトで「fsutil behavior set memoryusage 2」を実行しておくほうが効果的です。トラブルが起きることもありません。
1
9
17
気になる方ゎ、ガベージコレクションの特性もしらべて、 Node.jsの標準APIで提供されてる process.memoryUsage()で、 そのときのメモリ使用量確認できるので試してみてくださぃ(*ˊ˘ˋ*) memoryUsage()も調べたら見方が、ゎかるかも もし、evalに自信がなければ使用しなぃ方が懸命です😊
1
2
#RDFox v5.7 is out now! With improvements across the board to #memoryusage, #performance and the console, there’s never been a better time to get stuck in! #Upgrade to the latest version or request a #freetrial today! oxfordsemantic.tech/tryrdfox… #semanticweb #knowledgegraph #database

1
2