Message from discussion
The short name effect memory used
Received: by 10.204.145.140 with SMTP id d12mr1519275bkv.6.1349865773058;
Wed, 10 Oct 2012 03:42:53 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.129.72 with SMTP id n8ls223706bks.0.gmail; Wed, 10 Oct
2012 03:42:52 -0700 (PDT)
Received: by 10.204.145.140 with SMTP id d12mr1519272bkv.6.1349865772816;
Wed, 10 Oct 2012 03:42:52 -0700 (PDT)
Received: by 10.204.145.140 with SMTP id d12mr1519271bkv.6.1349865772791;
Wed, 10 Oct 2012 03:42:52 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id 27si113120bks.3.2012.10.10.03.42.52;
Wed, 10 Oct 2012 03:42:52 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 5A3AE5C12B;
Wed, 10 Oct 2012 12:42:47 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com
[209.85.214.53])
by hades.cslab.ericsson.net (Postfix) with ESMTP id A3CDC5C011
for <erlang-questi...@erlang.org>; Wed, 10 Oct 2012 12:42:45 +0200 (CEST)
Received: by mail-bk0-f53.google.com with SMTP id jg15so201239bkc.40
for <erlang-questi...@erlang.org>; Wed, 10 Oct 2012 03:42:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=8807aHtxZfnqRb3mVocYtxRhOp/xtJF21zI0Wzt7iwk=;
b=zAjkdICrxYdoTTPQZPWgrVa6tXoHpfbCOCsX8h+pcrDUfLGIceuHHpGhWtZql0qlTK
ZoHUo7wtxTu3+LGB+ZoajBpNpUva7CZ3sct3T0AMDWs4O9vLEGL7zle5AhYq1RG9jmV6
D7h9xRLDceT9QE7uFlLPoCAwPOqbKJwO2xbfSbrhhEN41ima5PrrDQqpZYOFsJHFgWYq
Cebjd4n2N4wi4mXq+NtXix0I/YYPtKnbZC380/pIW9Ho2/rxvC2umbdF3pyN+9saGufi
s8pvPfcB+BOewckUaI+0oUdR/OFKRo4CyJqXuXP6OJs+025TdkzQU46+qbBhLN//POgI
AxeQ==
MIME-Version: 1.0
Received: by 10.204.148.202 with SMTP id q10mr7602770bkv.55.1349865765339;
Wed, 10 Oct 2012 03:42:45 -0700 (PDT)
Received: by 10.204.140.202 with HTTP; Wed, 10 Oct 2012 03:42:45 -0700 (PDT)
Date: Wed, 10 Oct 2012 18:42:45 +0800
Message-ID: <CAEmEsBVwvG0sL8xgZJZLgAXf2k4FHJFxHzxF=D0FYrrzRNJ...@mail.gmail.com>
From: Solomon <solomon....@gmail.com>
To: erlang-questi...@erlang.org
Subject: [erlang-questions] The short name effect memory used
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5993056852034640728=="
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
--===============5993056852034640728==
Content-Type: multipart/alternative; boundary=0015175cd86270040904cbb21dbf
--0015175cd86270040904cbb21dbf
Content-Type: text/plain; charset=ISO-8859-1
Hi. I bulid a web server with mochiweb, I start server with:
*erl -pa ebin edit deps/*/ebin -sname my_webserver_dev -s my_webserver*
The server used about 1GB memory. But when I start server with:
*erl -pa ebin edit deps/*/ebin -sname my_webserver_ -s my_webserver*
It just used 20MB memory.
What is the problem?
--0015175cd86270040904cbb21dbf
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi. I bulid a web server with mochiweb, I start server with:<br><i>erl -pa =
ebin edit deps/*/ebin -sname my_webserver_dev -s my_webserver</i><br>The se=
rver used about 1GB memory. But when I start server with:<br><i>erl -pa ebi=
n edit deps/*/ebin -sname my_webserver_ -s my_webserver</i><br>
It just used 20MB memory.<br>What is the problem?<br>
--0015175cd86270040904cbb21dbf--
--===============5993056852034640728==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
--===============5993056852034640728==--