Issue
All I am trying to do this. After many trials, I succeed with 'telnet' and 'power' commands, still I was unable to execute with 'ulimit' command.
After 'telnet' to 'localhost 5554', I'm trying 'ulimit' command. But always it is returning error 'KO: unknown command, try 'help''.
Am I really using this in correct place? pls help me.
Solution
Simulate is a broad term however as your question tag indicates you want to do this on an avd, the following might help you out if you are using eclipse.( I am sure there is a way to do the same in other IDE's as well).
Define Eclipse use of Heap Size
You can always increase or decrease the amount of memory available to eclipse. Doing this you can reduce the amount of memory available for the avd to function. This link quite aptly describes how to manipulate the memory available for eclipse to use.
You can choose whatever max memory "size" eclipse is allowed to use, therefore your avd is also bounded by that limitation. This will make the whole process of development slow however and might even cause a java heap size error. However I think that's the error you want to "simulate" anyway.
Answered By - SeahawksRdaBest
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.