Showing 654 open source projects for "memory usage"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    pyramba - is a clone of karamba written in Python using PyKDE It makes your desktop interactive by showing system status information: CPU Usage,MP3 playing,Free Memory Amount
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JavaSysInfo is the java version of phpSysInfo, a library that provides information on the host being accessed. It parses /proc and displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Network adaptors and traffic, Disk usage and Video Information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Trackalloc is a lightweight, very compatible heap profiler for C programs that lets a developer quickly and visually assess trends in a program's memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    kwybnc is an IRC bouncer, i.e. an IRC proxy that holds the connection to the IRC server. It is designed to be small, secure, and to have a low memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    TheEye is a php-based remote monitor. Executes remotes tests (disk usage, memory free, cpu usage, services status) through ssh/rsh and saves results in a mysql db. Tests are highly configurables. Html report & mail alerts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Status Module is a daemon which forwards vital system information (memory usage, active processes, etc.) into the kernel logs by using a kernel module. This is very useful for logging or security purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A compact java library for securely maintaining web client state on the client side (e.g. browser) rather than on the server. This solves the many problems with using a server session such as timeouts, memory usage, network latency (with using a cluster)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The welofunc project will develop a load and fuctional test tool for web applications with special focus on J2EE applications. Besides load and functional tests server monitoring will be included (CPU load, memory usage of the J2EE application server)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This IRC Services are written in C++. We are working on EUWorld and our own channel services. We will also port CSWorld-MYSQL-Perl into C++ for better memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    VMalloc can replace the malloc/free calls in your programs and more. Using Vmalloc, production programs can perform simultaneously memory allocation, usage profiling, and debugging without the need of multiple versions!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MFIPC deals with a new form of IPC that in its usage works like a FIFO but in its implementation works like a message queue.This IPC stands unique in its feature, wherein processes can communicate by transfering huge data at a time and at a faster rate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Performance Info Service is a small configurable applet that displays performance counter data such as CPU usage, page file, system, physical memory usage, ip address, computer name, process/thread count, and system uptime on Windows NT and 2000.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A collection of information displays for Linux, designed for low memory usage. Combines functionality of xclock, xload, xbiff, xcb, and more. Smaller resource usage than gkrellm, but not plugin-capable. Uses even less memory than xclock by itself!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    wmtop is a windowmaker dock app to display the top 3 processes running on a unix box displaying the cpu usage or memory usage in an attractive graphical way using little screen real estate. It's a kind of mini 'top'.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    YASE is a screen editor designed to be portable enough to have a consistent interface across all platforms, to minimize memory usage and still maintain a high degree of configurability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nemotron 3

    Nemotron 3

    Large language model developed and released by NVIDIA

    ...It is the post-trained and FP8-quantized variant of the Nemotron 3 Nano model, meaning its weights and activations are represented in 8-bit floating point (FP8) to dramatically reduce memory usage and computational cost while retaining high accuracy. The base Nano architecture uses a hybrid Mamba-Transformer Mixture-of-Experts (MoE) design, allowing the model to activate only a small fraction of its 31.6 billion parameters per token, which improves speed and efficiency without sacrificing quality on complex queries. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Nemotron 3 Super

    Nemotron 3 Super

    Open language model developed by NVIDIA as part of Nemotron-3 family

    ...The model contains approximately 120 billion parameters, but employs a Mixture-of-Experts architecture that activates only a smaller subset of parameters during inference, improving computational efficiency while maintaining high capability. Its architecture combines Transformer attention layers with Mamba state-space components to balance long-context reasoning, memory efficiency, and high-quality language generation. The model is optimized for building AI agents that must perform complex tasks such as planning, tool usage, coding assistance, and multi-step reasoning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Video DeDup

    Find duplicate videos by content

    ...Parse a video directory to create one image every n seconds, then identify duplicate images and show possible video duplicates for manual analysis. . 1f_parse scan video source folder, replicate with ffmpeg an image folder, then for each image create a fingerprint. . CompareV2 perform the fingerprints comparison and works in memory with constant memory usage. It is folder agnostic and parse fingerprints ordered by source file name. Since 201906 in free Pascal for x3 speed and less memory usage in multi-threading. . 3h_analyse is folder agnostic by first loading in memory current source and image folder. Then a lot of options and cache mechanism enable to get correct performance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    JSON0

    The fastest Java library that converts Java Objects into JSON format

    JSON0 is the fastest Java library that converts Java Objects into their JSON format. This library focused on performance and was designed to handle huge converting tasks with minimum time. The development team used algorithms to maximize logic re-usage and limit the abuse of creating new objects in Java that could consume a lot of memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Vesuv, the very extensible system usage visualizer aims to be complete system for visualizing cpu/memory/net usage on analog voltmeters connected to computer (complete schematics included) or via ncurses library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RoboTop is an open source tool for andriod that gives information (primarily cpu and memory usage) about the currently running processes or threads. It is a simple wrapper around the native top.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    SynquoRum

    Multi-AI workspace with persistent cross-session memory via MCP

    ...The product supports BYOK (Bring Your Own Key) across major providers, with no markup on API usage. Cross-provider memory uses pgvector with keyword fallback. The workspace ships with 664 prebuilt integrations and 32 languages. Pricing is simple. Free tier exposes the core workspace. Paid plans (Standard $25, Pro $50, Maximum $150) share the same feature set — only credits differ. No per-seat upcharges, no feature gates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Laguna XS.2

    Laguna XS.2

    Open agentic coding model optimized for local deployment

    Laguna XS.2 is Poolside’s first open-weight Mixture-of-Experts model designed specifically for agentic coding and long-horizon software engineering tasks. The model contains 33B total parameters with only 3B activated per token, allowing it to deliver strong coding performance while remaining efficient enough to run locally on modern consumer hardware. It uses a hybrid attention architecture that combines Sliding Window Attention and global attention layers, reducing memory requirements and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Volumetric is a 3-D image processing tool. It reads point cloud data, expands it to a volumetric space with highly effective memory usage, and filter out necessary points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    UberShell

    Enhanced Linux shell using bash and zsh

    Enhanced shell with multiple windows and added commands To install run: sh <(curl https://raw.githubusercontent.com/DennisHeine/UberShell/master/install_ubershell.sh) Custom commands added to the default shell (zsh): cscript <script>: executes a C/C++ script. example: cscript "printf("Hello World!");" noobhelp: Short desc of commands in /bin/ memusage: Top memory usage topdirs: Top directory space usage push/pop: Save current dir / return there serve: Opens a webserver at port 8084 and serves a file servedir: Opens a webserver at port 8000 and serves a dir servelog: Serves tail of syslog on port 12345 sizeof: List total sizes of subdirectorys largedirs: Lists directorys with 100+ MB disk usage mkdirc : Creates a dir and changes to it freefile : Kills all processes using a file lastedited: Shows which files have been edited findbin: Finds binary files not installed by dpkg frename : Renames parts of a filename connections: Shows network connections [...]
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo