<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I should say, that "second" test (write_test.erl) writes all time into
the same place in mnesia table, so table isn't grow.<br>
<br>
Dmitriy Gorbenko wrote:
<blockquote cite="mid:47666E1A.2030600@agenstvo.com" type="cite">
  <pre wrap="">Hi all.

Well, I have two .erl files, which makes Mnesia allocating a lot of
memory and vary fast.

What they are doing ? First file wrote to Mnesia table some values, and
then into loop tries to read this value.
Second file only writes to mnesia table in loop, and nothing else.

You can find in this two test ties to use flags like "fullsweep_after",
but they also did not help - memory continue constantly growing.


So, If anyone knows why those test produces so much memory usage, please
- reply me.


Inside the files, you can find small readme, how to run them.
  </pre>
  <pre wrap=""><pre wrap=""><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a></pre></pre></pre>
</blockquote>
<br>
</body>
</html>