Code Monkey home page Code Monkey logo

memory-mapping's Introduction

memory-mapping

Investigating Java's Memory Mapped File API

Build

Requires Java 1.8+

Designed to be built using Maven 3.x, such as mvn package

Execution

The scripts directory contains utilities for executing the Java programs.

Memory Map Files

Run 50 processes which map the specified file, /tmp/memoryMappedFile to memory. Then read random chunks of the file between 4096 and 8192 bytes every 100 ms.

./memoryMapping.sh 50 /tmp/memoryMappedFile 4096 8192 100

This script generates a script to kill the generated processes called killProcesses.sh

Generate File

Generate a file called file.txt with a size of 1500 MiB.

/generateFile.sh file.txt 1500

Load Memory

Load random bytes with length 4294967296 (4GiB) to the specified size and will read the memory every 1000 ms.

./memoryLoader.sh 4294967296 1000

memory-mapping's People

Contributors

dwilso89 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.