2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

なんかメモリが増え続けるんだけど

Posted at

メモリが増え続けるからMicrosoft純正ツールで、サクッとお掃除

Windows Server 2003 Resource Kit Toolsをダウンロードし、インストール
https://www.microsoft.com/en-us/download/details.aspx?id=17657

中にある empty.exeを使用したいサーバーにコピーする

以下のような感じのバッチファイルを作成
echo off
empty.exe *

毎日のように増えるようであれば、タスクスケジューラーに組み込んで、夜中に実行するようにしておく

おまけ)
2147943785 エラーでタスクが実行できてない場合は、

ローカルセキュリティポリシー
 ローカルポリシー
  ユーザ権利の割り当て→バッチジョブとしてログオン

にアカウントを追加しておく

...That's all. ☆ Knowledge of zealous young🌙🐰

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?