<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Calibri" size="3">Hi,</font><div style="font-family: Calibri; font-size: 12pt; "><br></div><div style="font-family: Calibri; font-size: 12pt; ">I am building an application that would receive requests on bulk and process at back-end. <span style="font-size: 12pt; ">I wrote an code where requested would be inserted into mnesia and the would be processed later.</span><span style="font-size: 12pt; ">But ended up in a situation where started receiving enormous requests and processing of the requests took more time. So gradually, I faced couple of times where erlang got crashed due to insufficient memory allocation on RAM. There were around 300K records while it got crashed.</span></div><div style="font-family: Calibri; font-size: 12pt; "><span style="font-size: 12pt; "><br></span></div><div><font face="Calibri" size="3">Is there any workaround where I can keep only 10-20% of the total records in RAM and remaining in disk at any point of time. I have Gigs of disk space and only Megs of RAM. I am looking this as an alternative because It would also give memory for other process in the machine without occupying it </font><font face="Calibri">unnecessarily</font><font face="Calibri" size="3">.</font></div><div><font face="Calibri" size="3"><br></font></div><div><font face="Calibri" size="3">Thanks in advance,</font></div><div><font face="Calibri" size="3">Marutha</font></div>                                       </div></body>
</html>