<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>siokoshou</author_name>
  <author_url>https://blog.hatena.ne.jp/siokoshou/</author_url>
  <blog_title>当面C#と.NETな記録</blog_title>
  <blog_url>https://siokoshou.hatenadiary.org/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>C#で遊びでごちょごちょプログラムを書いているんですが、メモリ消費量の多さにびっくりしています。 で、試しに using System; class MemoryTest { public static void Main() { Console.WriteLine( Environment.WorkingSet.ToString() ); } } を csc /optimize+ /target:exe test.cs でコンパイルしてみたところ、約4M使用してました。 しかも実行のたびに微妙に変わります。これはGCによって変わってしまうから仕方のないところなのか。それにしても、これだけで4…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsiokoshou.hatenadiary.org%2Fentry%2F20050118%2F1105990298&quot; title=&quot; メモリ消費量 - 当面C#と.NETな記録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2005-01-18 04:31:38</published>
  <title> メモリ消費量</title>
  <type>rich</type>
  <url>https://siokoshou.hatenadiary.org/entry/20050118/1105990298</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
