Internet Information Servicesの利用メモリ容量

Terada, Hirotaka/寺田 弘隆 0 Reputation points
2023-07-03T01:17:41.8633333+00:00

端末とWEBAPサーバ間のセッションをInternet Information Serviceで管理する時、Internet Information Serviceはどの程度メモリ容量を必要とするでしょうか。

Windows development | Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Yurong Dai-MSFT 2,846 Reputation points Microsoft External Staff
    2023-07-03T06:21:33.13+00:00

    Hi @Terada, Hirotaka/寺田 弘隆,
    The more sessions IIS needs to handle simultaneously, the more memory it needs. If your web application uses a lot of session data, it will increase the memory requirements of IIS. Session timeout settings also affect memory usage, and there are many other variables that can affect memory requirements.

    Therefore, it is challenging to provide specific memory requirements without knowing the exact configuration of the environment, number of sessions, session data size, and server capabilities. You can use a performance monitoring tool to monitor IIS memory usage and adjust the configuration as needed to ensure optimal performance.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.

    Best regards,

    Yurong Dai


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.