1
vote
1answer
30 views

What does the usage of mprotect() as an ASM syscall look like with respect to its third argument?

In i386 architecture Linux I know that you can build a syscall by loading the identity of the syscall into EAX and the arguments into EBX, ECX, etc. I am confused by what the third argument for ...
0
votes
1answer
20 views

TLB translation vs cache

I am having a doubt regarding memory management in operating systems.I know that cache is a temporary storage location used to speed up memory accesses whereas TLB is used to speed up translation from ...
1
vote
1answer
90 views

Linux c application memory usage

I have C Linux application which continuously allocates and frees memory (around 200 alloc/free per sec) using malloc, calloc, realloc & free functions. Even though all allocated memory are freed ...
0
votes
1answer
27 views

i wonder about linux memory alignment and layout

two strange looks from the code example below does not make sense. Why is the distance between foo and argv[0] is always different? Why are not aligned to 4? Although the expected result is a ...
1
vote
0answers
62 views

Linux not freeing the file buffer when we execute rm or > (redirection) operator

I have a router with embedded-linux, kernel version 2.4.22. I know its very old version but I have to deal with it. The following is free command output on the box, [8300002902-3] Debug> free ...
2
votes
2answers
90 views

fwrite not return 0 when harddisk is full in linux why?

when hard disk is 100% full, fwrite(say 1000 Bytes) return 0 [Fail , as expected] but when hard disk is has little empty space say 600Bytes , then fwrite (1000 bytes) not return 0 [fail] but return ...
0
votes
1answer
82 views

Python Linux read process memory - int too large to convert to C long

I have this snippet that reads a process memory in Linux and search for a string, works ok on some distros, but on other just got this error: maps_file = open("/proc/%s/maps"%pid, 'r') mem_file = ...
0
votes
1answer
17 views

How to monitor free memory using newrelic with/out buffers/cached

I am evaluating newrelic for server monitoring and could not find how to monitor the memory used by the operating system to buffer files.
0
votes
1answer
53 views

memory usage in windows vs Linux [closed]

I ran the same C program and Perl program and Ada program on Windows 8 and Red Hat Linux 5.2. The programs are using twice as much memory on the windows system. Any ideas why? Sorry it is a ...
-1
votes
0answers
16 views

Logging the Details of Memory Addresses

Is anybody aware of a tool (no matter in Linux or windows) which can reveal the details (bank,row,column) of accessed addresses in the memory? Any help is appreciated
0
votes
2answers
41 views

Is it possible that another program reuses free memory once allocated and later freed by other program already running?

Let’s suppose that I have a Linux (64 bits, Kernel 2.6, glibc 2.4) OS running on a machine with 8Gb of RAM. All referenced programs are C implementations. Program A is started and let’s say that it ...
1
vote
0answers
33 views

Translate physical address to process/virtual address?

I've noticed that one of the cores goes into an infinite loop, leading another core to complain about it and freeze. I have the physical memory address at which it goes into a loop (and is constant ...
-1
votes
1answer
46 views

MMU related to physical memory address handling [closed]

What happens when physical memory is fully occupied by process and a new process(similar priority) is introduced. How does the Memory Management unit handle the pages(resource) requested by the new ...
1
vote
0answers
42 views

Python MemoryError with lots of spare memory

I have an application that runs out of memory even though the OS has plenty to spare. I am using 64 bit python (2.7.3) on a 64 bit Linux OS (Linux ubuntu 3.2.40-generic). I just use the default ...
0
votes
0answers
16 views

Empty the linux buffer cache in amazon linux

i want to free my linux buffers and cache. i had used the below command. sync ; echo 3 > /proc/sys/vm/drop_caches But still my buffers/cache is not empty. Please help me to clean all my ...
0
votes
3answers
123 views

Perl script execution keeps getting killed - running out of memory

I am trying to execute a perl script that processes a small 12 x 2 text file (approx. 260 bytes) and a large .bedgraph file (at least 1.3 MB in size). From these two files, the script outputs a new ...
0
votes
0answers
14 views

How the get the property a memory page in Linux?

I know that we can use mprotect to set the property of a memory page. But how to get the property of a specific memory page ? -- What I actually want to do is reading the property of a memory page ...
0
votes
1answer
51 views

PHP - Reading in a large XML file from Amazon S3 in cron job causes process to run out of memory

We have a process that is set to run at 1am every day as a batch job to perform some calculations we need in order to send out notice of updates to our users. We're getting this message where the ...
0
votes
0answers
36 views

Why has a (C-)stack a maximum of 2mb?

This question is about stack overflows, so where better to ask it than here. If we consider how memory is used for a program (a.out) in unix, it is something like this: | etext | stack, 2mb | heap ...
0
votes
1answer
30 views

why is the value of LD_PRELOAD on the stack

I'm studying buffer overflow and solving some wargames. There was a problem that all of the stack memory above the buffer is set to 0 except return address of main, which will be: buffer ...
0
votes
0answers
24 views

Will task sleep during the memory access?

I suppose this should be a programming question. I just want to make sure, in the current Linux scheduler, will the task sleep(or dequeued) when it's waiting for the memory IO? In other words, will ...
0
votes
1answer
29 views

Linux restores windows on reboot

A computer has been overloaded with too many windows/programs at once which leads to crash. Unfortunately the system is configured (somehow) to reload all of these windows/programs on reboot, does ...
0
votes
0answers
27 views

find the cache data accessed by thread

I read from wiki that "Data is transferred between memory and cache in blocks of fixed size, called cache lines. When a cache line is copied from memory into the cache, a cache entry is created. The ...
0
votes
0answers
49 views

How do you find the starting and ending page number in /proc/maps?

So, I have a program in C that reads in a PID from the command line, and shows all of the important information contained in the maps file for a PID. Below is a sample output: - Retrieving ...
1
vote
1answer
53 views

Tracing memory address for an image loaded into memory on linux

I am trying to trace information everytime an image on linux is loaded into memory. Ideally, I would need the pid of the process, the timestamp of the event, path from where the image is being ...
0
votes
0answers
84 views

linux high slab cache usage

I'am not used to ask but I have followed every piece of information I could not find solution, so I'am trying here for help. On one of my server, I have some memory/disk KV service, Memory KV behave ...
-1
votes
1answer
44 views

Linux RAM test, possible with userspace application? [closed]

Is it possible to test a board's RAM from a userspace application, or is this not feasible due to the virtual memory?
0
votes
0answers
26 views

PKMAP_BASE is 0xBFE00000. How kernel accesses pkmap space?

Below is boot log when kernel starts. <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) <5>[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) ...
0
votes
0answers
49 views

About using kmap

all I'm learning linux based on ARM, I have some questions about kmap. As I know, when the target start kernel, kmap_init function is processed in paging_init function. kmap_init function just try ...
0
votes
0answers
77 views

Realtime memory usage for processes in Linux (PSS) and CPU consumption

I want to monitor memory usage for each process in system which is not belong to root. This data is being used to draw charts in "realtime" (1 second interval). The best information about memory usage ...
0
votes
1answer
43 views

linux RSS from ps RES from TOP

Linux : RedHat/Fedora What is the difference between these memory values: RES from top command RSS from ps command
0
votes
2answers
77 views

Linux: manually reduce heap size

I'm trying to simulate memory exaustion. So here is what I'm thinking: turn off over commiting. reduce the available heap so that the memory exaustion can happen quicker. Run the program under test. ...
0
votes
1answer
96 views

How to use “pmap” on linux to find the memory usage of a program I wrote

I understand I can use: pmap pid where pid is the process id I'd like to run pmap on, but what if I have a program that I wrote that simply executes once then closes, how would I get the pid for this ...
0
votes
0answers
25 views

valgrind's massif does not run until the end

I've downloaded the current version (valgrind-3.8.1). When running under massif my application is only running until the end in low memory scenarios. The one I want to investigate it is never ...
0
votes
0answers
48 views

How define handler for OOM linux killer in php

I have a script which consumes a lot of memory, so Linux Out Of Memory killer kill my script. How i can send email notification, that script was killed by OOM killer ? P.S. I used set_error_handler ...
2
votes
2answers
99 views

the virtual memory addresses returned by shmat() points different hardware memory locations

I have two processes, each can take the same shmid from shmget(). In these two processes, shmat() gives different memory addresses. The addresses are always the same for each of the process: ...
1
vote
2answers
86 views

Finding physical memory offset to video buffer

I am using Fedora 17 running on board with integrated graphics. Given that I am able to manipulate content of physical memory, how can I find out the physical memory offsets that I could write to in ...
2
votes
0answers
27 views

Measuring and tracking memory consumption on Linux [duplicate]

In a recent project I had to measure memory requirements of different algorithms for comparison. However, I had no control over the memory allocation itself (the algorithms were written in matlab), ...
2
votes
2answers
70 views

Log memory accesses that cause major page faults

Does anyone know how to get the memory accesses (pointers) that cause page faults? I'm interested mostly in the major page faults. A bit of background about what I'm trying to achieve. I have an ...
0
votes
1answer
77 views

Accessing hardware registers in Linux userspace

I wpuld like to write to hardware registers on OMAP3530 in Linux userspace. Please, find below code. Mmap returns error: Memory map failed. error -1 mmap: Permission denied #include <stdio.h> ...
0
votes
2answers
46 views

windows-linux g++ compiler memory error

I have written my code on Windows VS platform and when I compile it there is no error. But when I try compiling it on linux with g++ compiler I get the error indicated below: [user@ssh ~]$ g++ ...
6
votes
2answers
180 views

Dual socket vs single socket memory model?

I am a bit confused about what memory looks like in a dual CPU machine from the perspective of a C/C++ program running on Linux. Case 1 (understood) With one quad-core HT CPU, 32GB RAM, I can, in ...
-1
votes
2answers
157 views

map specifc virtual address to a specific physical one

I am writing a Linux kernel module that needs to map a specific physical address to a specific virtual one, and I just can't find a way to do it.
-1
votes
1answer
45 views

linux machine slab memory usage too high [closed]

guys I have a linux machine installed CentOS 5.4. uname -a Linux foo.bar.blah 2.6.18-308.8.2.el5 #1 SMP Tue Jun 12 09:58:12 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux use "free -m" to display memory ...
0
votes
1answer
93 views

Android emulator memory usage keeps increasing

I am using Ubuntu 12.10 64bit and latest eclipse. One minute after I launch the emulator, the memory usage keeps increasing all the way to 1000 MB. can anyone tell me why? I limited the memory of ...
4
votes
1answer
120 views

Questions about Linux Memory Types

I have the following questions regarding Linux memory: I know that the active memory is the portion of memory which is most frequently accessed. But can someone explain me how linux considers a ...
1
vote
2answers
61 views

Notifying user-mode as soon as a packet arrives

(This is for a low latency system) Assuming I have some code which transfers received UDP packets to a region of shared memory, how can I then notify the application (in user mode) that it is now ...
0
votes
3answers
34 views

address allocation in linux : possible over lap?

I am trying to check if my program is assigning memory correctly - so i have series of pointers of different types, pData1 = 0x844c458 ( result of malloc(5 * size of (double*)) pData2 = 0x844c470 ...
4
votes
1answer
132 views

how much memory is my kernel module using?

lsmod , /proc/modules and slabinfo , /proc/meminfo does NOT give how much memory my kernel module is using is there a way to find this out ? btw, I wrote a small test program basically, a device ...
2
votes
2answers
1k views

How Do I configure oom-killer [closed]

1) I want to configure my oom-killer so the critical [ where it kills the max memory used process ] is configured to 75% instead of its current [ i think it is 95% ] 2) Looks like my oom-killer runs ...

1 2 3 4 5 10