This tag is for memory issues in programming. For installing memory, etc. see ServerFault.com or SuperUser.com

learn more… | top users | synonyms

0
votes
0answers
4 views

ios iAds Admob cached data low memory issue

I have an iOS app that uses iAds and Admob (as a secondary provider when there are no iAds to display). I have an issue where the app is slowing down/crashing which looks like it is related to low ...
0
votes
2answers
47 views

Lack of memory for array addresses

I'm having an real time application which generates some values to be processed. In one of the functions that I'm using, I'm declaring every time, not as global functions what is follow: #define ...
0
votes
2answers
70 views

ios memory going up very fast

I have a pretty general question here. What would you do in general to find who's taking your memory? I have a video encoder, the setup is pretty complex, the images are into a controller and the ...
-1
votes
0answers
16 views

Getting Page Faults and Cache Hits / Misses on Windows (via Java) [closed]

I am looking for a counter for Page Faults (major and minor) and Cache Hits and Misses (for every running process) on the windows (8/7/server/legacy) platform. In Linux, there's /proc/vmstat where i ...
0
votes
1answer
20 views

Is it possible to determine if another process has read your memory?

It isn't so complicated to read another process's memory, and I'm skeptical there is any reliable way of protecting your process's memory from being read by memory inspection tools or developers with ...
0
votes
2answers
38 views

Two softwares accessing the same memory address

What happens if one software goes to the address 0x1500 and sets the value 6 there, and then another software goes to the same address and reads it, Will read 6? Will it always be like that? What are ...
0
votes
1answer
16 views

How put the free memory info in a texview

How can i put this in a textview? ActivityManager activityManager = (ActivityManager) getSystemService(ACTIVITY_SERVICE); MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); ...
0
votes
0answers
21 views

operation in /dev/shm causes overflow [migrated]

I am repeating tens of thousands of similar operations in /dev/shm, each with a directory created, files written, and then removed. My assumption used to be that I was actually creating directories ...
1
vote
0answers
46 views

Python: how to split and return a list from a function to avoid memory error

I am currently working with a function that enumerates all cycles within a specific array (a digraph) and I need them all. This function returns all cycles as a list of lists (each sublist being a ...
5
votes
0answers
37 views

jQuery (2.0.2) empty() html() Memory Consumption Continually Grows

I've been struggling with this issue for 3 days now and am hoping someone has some tidbit of information which I haven't come across yet to help me out (i'm desperate!). To provide some context: ...
0
votes
2answers
44 views

Is static memory out of the Java heap? [duplicate]

Where are static variables stored? Is there any separate memory for the static variables? I know that they are not a part of the object, are they also not part of the Java heap and store d somewhere? ...
2
votes
2answers
90 views

Strange this-> behaviour

So i have the following class class Community { private: char* Name; char foundationDate[11]; Person* founder; int maxMembersCount; int membersCount; Person* members; static int ...
1
vote
1answer
25 views

XSL Transformations on large files

I am having XML which I need to process and return it in a different format. I used XSLT for the same. I read that most XSLT Processors construct a tree of the input document in memory for the ...
0
votes
2answers
57 views

Track C++ memory usage and system resources (No windows environment)

I am working in a C++ program in Linux. Now I want to check how the memory is allocated in my program. Since the Library I am using is complex, I cannot estimate manually. I googled on online. ...
0
votes
0answers
19 views

MongoDb adds en removes memory about 10gb

I use mongoDb for a while now and i am monitoring my server (wich has MongoDb installed) We use mms to monitor mongoDb. Also i was looking at htop for al the other processes on the server. I see ...

1 2 3 4 5 752
15 30 50 per page