JP2002244869A - Memory management device - Google Patents

Memory management device

Info

Publication number
JP2002244869A
JP2002244869A JP2001042183A JP2001042183A JP2002244869A JP 2002244869 A JP2002244869 A JP 2002244869A JP 2001042183 A JP2001042183 A JP 2001042183A JP 2001042183 A JP2001042183 A JP 2001042183A JP 2002244869 A JP2002244869 A JP 2002244869A
Authority
JP
Japan
Prior art keywords
memory
job
unit
page
pages
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2001042183A
Other languages
Japanese (ja)
Inventor
Norio Oikawa
憲男 及川
Masashi Kondo
正志 近藤
Hiroshi Fukunaga
寛 福永
Kazuhide Hasegawa
長谷川  和秀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2001042183A priority Critical patent/JP2002244869A/en
Publication of JP2002244869A publication Critical patent/JP2002244869A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent the insufficiency of a main storage for important job groups by determining job groups to perform a page steal on the basis of previously set importance of a job and securing blank pages according to the determination. SOLUTION: This device is formed by a central processing unit 102, a job group determination unit 105 for registering the job in the job group formed by grouping the jobs according to importance, a memory management unit 106 comprising a memory allotting process unit for allotting real pages and a memory feeding process unit 109 for releasing a memory, and a memory monitoring unit 107 for monitoring a using state of the main storage. The memory monitoring unit 107 determines the job groups to perform page steal on the basis of previously set importance of the job and releases the real pages for securing blank pages via the memory feeding process unit 109 on the basis of the determination when blank pages of the memory are insufficient.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はメモリ管理装置にか
かり、特にページスチールを行うジョブグループを予め
設定したジョブの重要度に基づいて決定することのでき
るメモリ管理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory management device, and more particularly to a memory management device capable of determining a job group for performing page stealing based on a preset job importance.

【0002】[0002]

【従来の技術】多重仮想記憶を用いたオペレーティング
システムにおいては、実装された主記憶装置よりも大容
量の仮想記憶を展開するため、ページングが発生する。
ページングの発生は計算機システム全体の性能に影響を
与えるため、ページング処理の発生頻度を抑制しながら
ページアウトするページを選定している。その方法とし
てワーキングセット法が知られている(1976年11
月25日、日本コンピュータ協会発行の「オペレーティ
ング・システム」題171頁〜題189頁「3.6.
2.3 ページ置き換えのアルゴリズム」から「3.
6.3.3 ワーキング・セットの理論」までを参
照)。この方法は、一定時間毎に主記憶装置のページ単
位に設けられている参照ビットを調査し、最近参照して
いるページを残し、それ以外のページをページアウト
し、空きページを作成する。
2. Description of the Related Art In an operating system using multiple virtual storage, paging occurs because a virtual storage having a larger capacity than that of a mounted main storage is developed.
Since the occurrence of paging affects the performance of the entire computer system, pages to be paged out are selected while suppressing the frequency of paging processing. The working set method is known as the method (November 1976
25th, “Operating System”, pages 171 to 189, “3.6.
From “2.3 Page Replacement Algorithm” to “3.
Up to 6.3.3 Working Set Theory). According to this method, a reference bit provided in a page unit of a main storage device is checked at predetermined time intervals, a page which is recently referred to is left, and other pages are paged out to create a free page.

【0003】また、重要度の高いジョブ群に対して実ペ
ージの割り当てを保証する方法として、ジョブをグルー
プ化し、個々のグループに対して割り当てる実ページの
上限と下限を設定(文献名:Technical No
te、URL:http://www.iim.co.
jp/techni21.htmとhttp://ww
w.iim.co.jp/techni22.htmを
参照)し、各グループに割り当てる実ページの割り当て
を保証してチューニングを行う方法が知られている。
As a method for guaranteeing the assignment of real pages to a group of jobs of high importance, jobs are grouped, and the upper and lower limits of the actual pages to be assigned to each group are set (literature name: Technical No.
te, URL: http: // www. im. co.
jp / techni21. http and http: // www
w. im. co. jp / techni22. htm), and tuning is performed by guaranteeing the assignment of real pages to be assigned to each group.

【0004】[0004]

【発明が解決しようとする課題】コンピュータシステム
おける、前記実ページの割り当てを保証する方法では、
参照頻度の低いページからページスチールすることによ
り、ページングの発生頻度を抑止するとともに、重要な
ジョブ群に実ページの割り当て量を保証することができ
る。これによりレスポンスを保証することが可能である
が、ジョブに対する重みづけは、重要か重要でないかの
2種類しか考慮されていない。このため、実ページ不足
となった場合に、ページスチール対象ジョブの範囲が大
きくなりすぎてレスポンスが保証されない場合が生じ
る。また、ジョブグループに設定する実ページの保証値
は、たとえ実ページの空きに余裕があっても、上限値を
保証するためにページアウトが発生し、システムにI/
Oに負荷を与える。
In the computer system, the method for guaranteeing the allocation of the real page includes:
By performing page stealing from a page having a low reference frequency, it is possible to suppress the frequency of occurrence of paging and to guarantee the allocation of real pages to important job groups. As a result, a response can be guaranteed, but only two types of weighting, ie, important and insignificant, are considered for the job. For this reason, when the number of actual pages becomes short, the range of the page stealing target job becomes too large, and a response may not be guaranteed. Also, the guaranteed value of the real page set in the job group is such that even if there is enough real page space, a page-out occurs to guarantee the upper limit, and the
Load O.

【0005】本発明は前記問題点に鑑みてなされたもの
で、ページスチールを行うジョブグループを予め設定し
たジョブの重要度等に基づいて決定し、該決定に基づい
て空きページを確保することにより、重要度の高いジョ
ブ群に対する主記憶不足を回避する。
The present invention has been made in view of the above problems, and determines a job group for performing page stealing based on the importance of a job set in advance and secures an empty page based on the determination. In addition, it is possible to avoid a shortage of main storage for a group of jobs having high importance.

【0006】[0006]

【課題を解決するための手段】本発明は、上記の課題を
解決するために次のような手段を採用した。
The present invention employs the following means in order to solve the above-mentioned problems.

【0007】中央処理装置と、重要度に応じてジョブを
グループ化して形成したジョブグループにジョブを登録
するジョブグループ判断部、実ページの割り当てを行う
メモリ割り当て処理部およびメモリの解放を行うメモリ
補給処理部を備えたメモリ管理部、並びに主記憶の使用
状況を監視するメモリ監視部を備えた主記憶装置とから
なり、前記メモリ監視部はメモリの空きページ数が不足
したとき、ページスチールを行うジョブグループを予め
設定したジョブの重要度に基づいて決定し、該決定に基
づいて前記メモリ補給部を介して実ページを解放して空
きページを確保する。
A central processing unit, a job group determining unit for registering a job in a job group formed by grouping jobs according to importance, a memory allocation processing unit for allocating real pages, and a memory supply for releasing memory A memory management unit including a processing unit; and a main storage device including a memory monitoring unit that monitors the usage status of the main memory. The memory monitoring unit performs page stealing when the number of free pages in the memory is insufficient. The job group is determined based on the job importance set in advance, and based on the determination, real pages are released through the memory replenishment unit to secure empty pages.

【0008】[0008]

【発明の実施の形態】以下に本発明の実施形態を図1な
いし図13を用いて説明する。図1は本発明の実施形態
にかかるメモリ管理装置を示す図である。図において、
計算機101は、中央処理装置102および主記憶装置
103からなる。主記憶装置103はページと呼ばれる
単位で管理されており、要求に応じて、ページ単位に使
用状態にしたり、空き状態にすることができる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS. FIG. 1 is a diagram showing a memory management device according to an embodiment of the present invention. In the figure,
The computer 101 includes a central processing unit 102 and a main storage device 103. The main storage device 103 is managed in a unit called a page, and can be put into a use state or a free state in a page unit according to a request.

【0009】OS104は、計算機101内の中央処理
装置102で実行される多重仮想記憶オペレーティング
システムである。OS104は、計算機101が実装し
ている主記憶装置103に配置しきれない情報を補助記
憶装置115に書き出し、必要に応じて読み込むページ
ングという動作により、実装された主記憶装置103の
容量以上の仮想記憶を計算機101に展開する。
The OS 104 is a multiple virtual storage operating system executed by the central processing unit 102 in the computer 101. The OS 104 writes information that cannot be arranged in the main storage device 103 mounted on the computer 101 to the auxiliary storage device 115, and reads the information as needed. The storage is expanded on the computer 101.

【0010】また、OS104は、ジョブの実行を制御
するジョブグループ判断部105、実ページの割り当て
・解放を行うメモリ管理部106、主記憶装置103の
使用状況の監視を行うメモリ監視部107を有し、業務
A系ジョブ118群、業務B系ジョブ119群、開発系
ジョブ120群を起動し、主記憶装置資源の管理を行
う。
The OS 104 has a job group determining unit 105 for controlling job execution, a memory managing unit 106 for allocating and releasing real pages, and a memory monitoring unit 107 for monitoring the use status of the main storage device 103. Then, the group of business A jobs 118, the group of business B jobs 119, and the group of development jobs 120 are started to manage the main storage device resources.

【0011】メモリ監視部107内のパラメタ設定部1
10は、パラメタファイル117から、ジョブグループ
の定義情報を読みこみ、管理テーブルを作成する。パラ
メタファイル117には、業務A系ジョブ118群、業
務B系ジョブ119群および開発系ジョブ120群のジ
ョブグループ情報が定義されている。
Parameter setting unit 1 in memory monitoring unit 107
10 reads the definition information of the job group from the parameter file 117 and creates a management table. In the parameter file 117, job group information of a group of business A jobs 118, a group of business B jobs 119, and a group of development jobs 120 is defined.

【0012】ジョブグループ判断部105は個々のジョ
ブをそれが属するグループに振り分ける。各ジョブから
実ページの使用要求が発生すると、メモリ管理部106
内のメモリ割り当て処理部108が実ページの割り当て
を行う。実ページの使用要求が、主記憶装置103の実
装容量に対する閾値を超え、空き実ページ不足状態にな
ると、メモリ監視部107内のメモリ補給スケジュール
部112が起動される。メモリ補給スケジュール112
部は、パラメタファイル117の設定に従い、ページス
チールを行うジョブグループを決定し、メモリ補給指示
部113を呼ぶ。メモリ補給指示部113はページスチ
ールを行うジョブを決定し、実際に実ページ補給処理を
行うメモリ管理部106内のメモリ補給処理部109を
呼び、空き実ページを確保する。また、ジョブグループ
が、ジョブグループ毎に定義された実ページ使用量を超
えて実ページを確保することを防ぐために、メモリ使用
量監視部111は定期的にジョブグループの実ページ使
用状況の監視を行い、メモリ補給指示部113を呼び、
ページスチールを行うことにより、実ページの使用量を
抑制する。統計部114は、メモリ使用量監視部111
から呼び出され、ページスチールの頻度、主記憶装置の
使用状況を統計情報ファイル116に記録する。121
は後述するように、ジョブグループ管理テーブル、ジョ
ブ管理テーブルおよびメモリ管理テーブルからなるメモ
リの管理テーブル、122はメモリの状態を保持する状
態保持テーブルである。
The job group determining unit 105 sorts each job into a group to which the job belongs. When a request to use a real page is issued from each job, the memory management unit 106
The memory allocation processing unit 108 in the inside allocates real pages. When the use request of the real page exceeds the threshold value for the mounted capacity of the main storage device 103 and the available real page becomes insufficient, the memory replenishment schedule unit 112 in the memory monitoring unit 107 is activated. Memory replenishment schedule 112
The unit determines a job group to perform page stealing according to the setting of the parameter file 117, and calls the memory supply instruction unit 113. The memory replenishment instruction unit 113 determines a job to perform page stealing, calls the memory replenishment processing unit 109 in the memory management unit 106 that actually performs the actual page replenishment process, and secures a free real page. In order to prevent the job group from securing real pages exceeding the real page usage defined for each job group, the memory usage monitoring unit 111 periodically monitors the real page usage of the job group. Call the memory replenishment instruction unit 113,
By performing page stealing, the usage of real pages is suppressed. The statistics unit 114 includes a memory usage monitoring unit 111
, And records the frequency of page stealing and the status of use of the main storage device in the statistical information file 116. 121
Reference numeral denotes a memory management table including a job group management table, a job management table, and a memory management table, as will be described later. Reference numeral 122 denotes a state holding table that holds the state of the memory.

【0013】図2は、空き実ページ不足時のメモリ割り
当てを示す図であり、図(a)は本発明を適用しない場
合における実ページ不足時の実ページ割り当てを示す図
である。図に示すように、業務B系のジョブの実ページ
使用量が増加して空き実ページ不足状態となったとき、
重要度の高い業務A系のジョブからページスチールを行
い、業務B系のジョブに実ページを割り当てる場合が発
生するため、業務A系ジョブのレスポンスに悪影響を与
える場合が生じる。
FIG. 2 is a diagram showing memory allocation when there is a shortage of free real pages, and FIG. 2A is a diagram showing real page allocation when a real page is short when the present invention is not applied. As shown in the figure, when the actual page usage of the job of the business B system increases and the free actual page shortage state occurs,
Since page stealing is performed from a job of the business A system having a high degree of importance and a real page is assigned to a job of the business B system, a response of the business A system job may be adversely affected.

【0014】図(b)は本発明を適用した場合における
実ページ不足時の実ページ割り当てを示す図である。図
上段に示すように、業務B系のジョブの実ページ使用量
が増加し、実ページ不足状態となったとき、図中段に示
すように重要度の高い業務A系のジョブからはページス
チールを行わず、重要度の低い開発系ジョブからページ
スチールを行い、業務B系のジョブに実ページを割り当
てるので、重要度の高い業務A系ジョブのレスポンスに
悪影響を与えない。また、図下段に示すようにジョブグ
ループ毎に実ページ使用量の上限と下限を設定すること
により、特定ジョブグループの使用する実ページ量が増
加し続けることを防ぐことができる。
FIG. 2B is a diagram showing real page allocation when a real page shortage occurs when the present invention is applied. As shown in the upper part of the figure, when the real page usage of the job of the business B system increases and the real page shortage occurs, as shown in the middle part of FIG. Instead, page stealing is performed from a development job having a low importance, and a real page is assigned to a job of the business B. Therefore, the response of the job of the business A having a high importance is not adversely affected. Further, by setting the upper limit and the lower limit of the actual page usage amount for each job group as shown in the lower part of the figure, it is possible to prevent the actual page amount used by the specific job group from continuing to increase.

【0015】図3は、ジョブグループ管理テーブル30
1、ジョブ管理テーブル320およびメモリ管理テーブ
ル330の構成を示す図である。図に示すように、ジョ
ブグループ管理テーブル301、ジョブ管理テーブル3
20およびメモリ管理テーブル330はそれぞれジョブ
グループ毎に作成される。
FIG. 3 shows a job group management table 30.
1 is a diagram showing the configuration of a job management table 320 and a memory management table 330. As shown, the job group management table 301, the job management table 3
20 and the memory management table 330 are created for each job group.

【0016】ジョブグループ管理テーブル301は、ジ
ョブグループに関係する情報を格納する管理テーブルで
ある。ジョブグループ管理テーブル301内には、ジョ
ブグループ管理テーブル301をキューイングするため
のNEXTポインタa302、ジョブグループの番号を
定義するジョブグループ番号303、ジョブグループの
重要度を示す優先順位304、ジョブグループが使用す
る実ページの最大容量を定義するメモリ枠最大値30
5、ジョブグループが使用する実ページの最低保証容量
を定義するメモリ枠最小値306、ジョブグループが保
有している実ページ量を示す保有メモリサイズa30
7、ジョブグループからページスチールした実ページ数
を示すページスチールカウント308、ページスチール
したジョブ管理テーブル320をポイントするスチール
ポインタ309、当該ジョブグループに属するジョブ群
を管理するジョブ管理テーブル320をポイントするジ
ョブ管理テーブルキューポインタ310を備える。
The job group management table 301 is a management table for storing information related to a job group. The job group management table 301 includes a NEXT pointer a 302 for queuing the job group management table 301, a job group number 303 defining the number of the job group, a priority order 304 indicating the importance of the job group, and a job group. Memory frame maximum value 30 that defines the maximum capacity of real pages to be used
5. Memory frame minimum value 306 defining the minimum guaranteed capacity of real pages used by the job group, and retained memory size a30 indicating the amount of real pages retained by the job group
7. A page steal count 308 indicating the actual number of pages that have been page stealed from the job group, a steal pointer 309 pointing to the job management table 320 for page stealing, and a job pointing to the job management table 320 managing the job group belonging to the job group A management table queue pointer 310 is provided.

【0017】ジョブ管理テーブル320はジョブ情報を
管理するテーブルであり、ジョブが属するジョブグルー
プのジョブグループ管理テーブル301内のジョブ管理
テーブルポインタ310にキューイングされる。ジョブ
管理テーブル320内には、他のジョブ管理テーブル3
20をキューイングするためのNEXTポインタb32
1、ジョブが保有する実ページ数を示す保有メモリサイ
ズb322、保有する実ページを管理するメモリ管理テ
ーブル330をポイントするメモリ管理テーブルキュー
ポインタ323を備える。
The job management table 320 is a table for managing job information, and is queued at a job management table pointer 310 in the job group management table 301 of the job group to which the job belongs. The job management table 320 includes another job management table 3
NEXT pointer b32 for queuing 20
1, a memory size b 322 indicating the number of real pages held by the job, and a memory management table queue pointer 323 pointing to the memory management table 330 for managing the real pages held.

【0018】メモリ管理テーブル330内には、他のメ
モリ管理テーブルをキューイングするためのNEXTポ
インタc331と、ページのスチール可否を示す状態ビ
ット332がある。なお、図13は複数のジョブグルー
プ管理テーブル、複数のジョブ管理テーブル、複数のメ
モリ管理テーブルを有する管理テーブルにおけるキュー
イングを説明する図である。図に示すようにジョブグル
ープ管理テーブルのNEXTポインタa302およびジ
ョブ管理テーブルポインタ310はそれぞれ他のジョブ
グループ管理テーブルおよびジョブ管理テーブルをキュ
ーイングすることができる。また、ジョブ管理テーブル
のNEXTポインタb321およびメモリ管理テーブル
キューポインタ323はそれぞれ他のジョブ管理テーブ
ルおよびメモリ管理テーブルをキューイングすることが
できる。また、メモリ管理テーブルのNEXTポインタ
c331は他のメモリ管理テーブルをキューイングする
ことができる。
The memory management table 330 includes a NEXT pointer c331 for queuing another memory management table, and a status bit 332 indicating whether or not a page can be stealed. FIG. 13 is a diagram illustrating queuing in a management table having a plurality of job group management tables, a plurality of job management tables, and a plurality of memory management tables. As shown, the NEXT pointer a 302 and the job management table pointer 310 of the job group management table can queue other job group management tables and job management tables, respectively. The NEXT pointer b 321 and the memory management table queue pointer 323 of the job management table can queue other job management tables and memory management tables, respectively. The NEXT pointer c331 of the memory management table can queue another memory management table.

【0019】図4は、状態保持テーブル401の構成を
示す図である。状態保持テーブル401には、システム
で定義した定数や処理部間で受け渡すデータを格納す
る。
FIG. 4 is a diagram showing the configuration of the state holding table 401. The state holding table 401 stores constants defined by the system and data transferred between the processing units.

【0020】空き主記憶ページカウンタ402はシステ
ムの空き実ページ数を格納する。主記憶不足閾値a40
3は、重度の空き実ページ不足状態を識別するための閾
値を格納し、主記憶不足閾値b404は、軽度の空き実
ページ不足状態を識別するための閾値を格納する。空き
主記憶ページ目標値405は、空き実ページ不足状態を
解消するための閾値を格納している。スチール指示値4
06はメモリ補給指示部113に対する実ページのスチ
ール要求ページ数を格納する。スチール実績カウンタ4
07はメモリ補給処理部109でページスチールを行っ
たページ数を格納する。スチール残ページカウンタ40
8は、スチール指示値に対するページスチールの実績値
の不足分を示す。
The free main storage page counter 402 stores the number of free real pages in the system. Main memory shortage threshold a40
3 stores a threshold value for identifying a severe empty real page shortage state, and a main storage insufficient threshold value b404 stores a threshold value for identifying a mild empty real page shortage state. The free main storage page target value 405 stores a threshold value for resolving a free real page shortage state. Steel indicated value 4
Reference numeral 06 stores the number of steal request pages of real pages to the memory supply instruction unit 113. Steel achievement counter 4
07 stores the number of pages for which the memory replenishment processing unit 109 has performed page stealing. Steel remaining page counter 40
Reference numeral 8 indicates a deficiency of the actual value of the page steal with respect to the indicated steal value.

【0021】図5は、パラメタ設定部110の処理を示
す図である。ステップ501において、パラメタ設定部
110はOS104の起動時およびパラメタ変更時にパ
ラメタファイル117からパラメタを読込、読み込んだ
パラメタの解析を行う。ステップ501において、図3
で示すジョブグループ管理テーブル301内のNEXT
ポインタa302、ジョブグループ番号303、優先順
位304、メモリ枠最大値305、メモリ枠最小値30
6を作成し、優先順位の低い順にジョブグループ管理テ
ーブル301をキューイングする。
FIG. 5 is a diagram showing the processing of the parameter setting unit 110. In step 501, the parameter setting unit 110 reads parameters from the parameter file 117 when the OS 104 is started and when parameters are changed, and analyzes the read parameters. In step 501, FIG.
NEXT in the job group management table 301 indicated by
Pointer a 302, job group number 303, priority 304, memory frame maximum value 305, memory frame minimum value 30
6 is created, and the job group management table 301 is queued in ascending order of priority.

【0022】図6は、ジョブグループ判断部105の処
理を示す図である。ステップ601において、ジョブが
開始されると、ジョブグループ判断部はジョブに定義さ
れた情報から該当するジョブグループ管理テーブル30
1を検索する。該当するジョブグループ管理テーブル3
01が存在する場合はステップ602に進み、そうでな
い場合はステップ603に進む。ステップ602におい
て、当該ジョブのジョブ管理テーブル320をジョブ管
理テーブルキューポインタ310または、NEXTポイ
ンタb321にキューイングする。ステップ603にお
いて、当該ジョブを重要度の最も低いジョブグループと
し、当該ジョブのジョブ管理テーブル320を、ジョブ
管理テーブルキューポインタ310または、NEXTポ
インタb321にキューイングする。
FIG. 6 is a diagram showing the processing of the job group judgment unit 105. In step 601, when a job is started, the job group determination unit determines the job group management table 30 based on the information defined for the job.
Search for 1. Applicable job group management table 3
If 01 exists, the process proceeds to step 602; otherwise, the process proceeds to step 603. In step 602, the job management table 320 of the job is queued in the job management table queue pointer 310 or the NEXT pointer b321. In step 603, the job is set as the job group having the lowest importance, and the job management table 320 of the job is queued in the job management table queue pointer 310 or the NEXT pointer b321.

【0023】図7は、メモリ割り当て処理部108の処
理を示す図である。ステップ701において、実ページ
の割り当て要求が発生すると、メモリ割り当て処理部1
08が起動される。メモリ割り当て処理部108は実ペ
ージの使用要求にしたがってジョブ管理テーブル320
内のメモリ管理テーブルキューポインタ323、あるい
はNEXTポインタc331にメモリ管理テーブル33
0をキューイングし、空きページを割り当てる。なお、
実ページの割り当ては1ページ単位で行う。ステップ7
02において、ジョブ管理テーブル320内の保有メモ
リサイズb322を1加算し、ステップ703におい
て、空き主記憶ページカウンタ402を1減算する。ス
テップ704において、空き主記憶ページカウンタ40
2の値が、空き主記憶不足閾値a403以下(空き実ペ
ージ不足)であるか否かを判断し、以下であるときはス
テップ705に進み、そうでないときは処理を終了す
る。ステップ705において、メモリ補給スケジュール
部112を起動する。
FIG. 7 is a diagram showing the processing of the memory allocation processing unit 108. In step 701, when a real page allocation request occurs, the memory allocation processing unit 1
08 is started. The memory allocation processing unit 108 executes the job management table 320 according to the real page use request.
In the memory management table queue pointer 323 or the NEXT pointer c331 in the memory management table 33
Queue 0 and allocate free pages. In addition,
Real pages are allocated in units of one page. Step 7
In step 02, the retained memory size b322 in the job management table 320 is incremented by one, and in step 703, the free main storage page counter 402 is decremented by one. In step 704, the free main storage page counter 40
It is determined whether the value of 2 is equal to or less than the free main memory shortage threshold value a403 (free real page shortage). If the value is equal to or smaller than the threshold value, the process proceeds to step 705. If not, the process ends. In step 705, the memory replenishment schedule unit 112 is started.

【0024】図8は、メモリ補給スケジュール部112
の処理を示す図である。ステップ801において、メモ
リ補給スケジュール部112は、空き主記憶目標値40
5から空き主記憶ページカウンタ402値を減算し、空
き実ページを確保するためにスチールすべき実ページ数
の目標値を計算する(ステップ801)。ステップ80
2において、最も重要度の低いジョブグループを選択
し、該ジョブグループの選択により、空き主記憶目標値
を達成するか否かを判定する。達成する場合は処理を終
了し、そうでない場合はステップ803に進む。ステッ
プ803において、ジョブグループが現在保有する実ペ
ージ数である保有メモリサイズa307から、メモリ枠
最小値306を減算した値と、ステップ801で設定し
た値を比較し、ステップ804において、小さい方の値
を選択して、これを当該ジョブグループからスチールす
る実ページ数の目標とし、スチール指示値406に設定
する。ステップ805において、ステップ802で求め
たジョブグループからスチール指示値406で示すペー
ジ数をページスチールするようメモリ補給指示部113
に指示し、ステップ801に戻る。
FIG. 8 shows a memory replenishment schedule section 112.
It is a figure which shows the process of. In step 801, the memory replenishment schedule unit 112 sets the free main storage target value 40
The value of the free main storage page counter 402 is subtracted from 5 to calculate a target value of the number of real pages to be stolen to secure a free real page (step 801). Step 80
In 2, the job group with the lowest importance is selected, and it is determined whether or not the free main memory target value is achieved by selecting the job group. If so, the process ends; otherwise, the process proceeds to step 803. In step 803, the value obtained by subtracting the memory frame minimum value 306 from the retained memory size a307, which is the number of actual pages currently retained by the job group, is compared with the value set in step 801. In step 804, the smaller value is set. Is selected as the target of the number of actual pages to be stolen from the job group, and set as the steal indication value 406. In step 805, the memory replenishment instruction unit 113 performs page stealing of the number of pages indicated by the steal instruction value 406 from the job group obtained in step 802.
And the process returns to step 801.

【0025】以降、ステップ802において、空き主記
憶ページカウンタ402が、空き主記憶ページ目標値4
05以上になるまで、重要度を上げてジョブグループを
選択しながらステップ801から805の処理を繰り返
す。また、全ジョブグループに対してステップ801か
らステップ805の処理を実施した場合も処理を終了す
る。
Thereafter, in step 802, the free main storage page counter 402 sets the free main storage page target value 4
The processing of steps 801 to 805 is repeated while increasing the importance and selecting a job group until it becomes 05 or more. Also, when the processing of steps 801 to 805 has been performed for all the job groups, the processing is terminated.

【0026】図9は、メモリ補給指示部113の処理を
示す図である。ステップ901において、メモリ補給ス
ケジュール部112、あるいはメモリ使用量監視部11
1から指示されたスチール指示値406をスチール残ペ
ージカウンタ408に設定する。ステップ902におい
て、スチール対象ジョブグループのジョブグループ管理
テーブル301内のスチールポインタ309から、ペー
ジスチールを行うジョブを選択する。なお、このステッ
プにおいて、スチール残ページカウンタが0であるか、
あるいはスチール対象ジョブが無である場合は処理を終
了する。ステップ903において、ステップ902で選
択したジョブから、スチール残ページカウンタ408の
ページをスチールするようメモリ補給処理部109を呼
ぶ。ステップ904において、メモリ補給処理部109
から、当該ジョブ空間からのページスチール処理数がス
チール実績カウンタ407に返答されると、スチール残
ページカウンタ408から、スチール実績カウンタ40
7を減算し、スチール残ページカウンタを最設定する。
ステップ905において、スチールポインタ309に次
のジョブ管理テーブルをポイントし、ステップ902に
戻る。
FIG. 9 is a diagram showing the processing of the memory supply instruction unit 113. In step 901, the memory replenishment schedule unit 112 or the memory usage monitoring unit 11
The stealing instruction value 406 designated from 1 is set in the still remaining page counter 408. In step 902, a job to perform page steal is selected from the steal pointer 309 in the job group management table 301 of the steal target job group. In this step, whether the still page counter is 0 or not
Alternatively, when there is no steal target job, the process ends. In step 903, the memory replenishment processing unit 109 is called to steal the page of the still page counter 408 from the job selected in step 902. In step 904, the memory supply processing unit 109
When the number of page steals processed from the job space is returned to the steal record counter 407, the steal remaining page counter 408 outputs the steal record counter 40
7 is subtracted, and the steal remaining page counter is re-set.
In step 905, the next job management table is pointed to the still pointer 309, and the process returns to step 902.

【0027】図10は、メモリ補給処理部109の処理
を示す図である。メモリ補給処理部109は、メモリ補
給指示部113の指示に従い、スチール残カウンタ40
8で指定されたページ数のページスチールを行う。ま
ず、ステップ1001において、スチール実績カウンタ
407を0クリアする。ステップ1002において、ジ
ョブ管理テーブル320のメモリテーブルキューポイン
タ323からキューイングされたメモリ管理テーブル3
30を選択する。ステップ1003において、当該ペー
ジがスチール可能であるか否かを判定し、スチール可能
であればステップ1004に進み、そうでなければステ
ップ1002に戻る。ステップ1004において、ペー
ジスチールを行い、当該メモリ管理テーブル330をキ
ューから削除する。ステップ1005において、当該ジ
ョブのジョブ管理テーブル320内の保有メモリサイズ
322bを1減算し、当該ジョブが所属するジョブグル
ープのジョブグループ管理テーブル301内の保有メモ
リサイズa307を1減算する。ステップ1006にお
いて、スチール実績値カウンタ407とページスチール
カウント308を1加算する。ステップ1007におい
て、スチール実績カウンタ407がスチール指示値40
5に設定されたスチール残ページカウンタ408以上で
あるか、ジョブグループの実ページ数がジョブグループ
に定義されたメモリ枠最小値306以下であるか、当該
ジョブの全保有メモリに対してステップ1002からス
テップ1006の処理を実施したかを判定し、そのいず
れかが真であれば処理を終了し、そうでなければステッ
プ1002に戻る。
FIG. 10 is a diagram showing the processing of the memory replenishment processing unit 109. The memory replenishment processing unit 109, according to the instruction of the memory replenishment instruction unit 113,
Perform page stealing for the number of pages specified in 8. First, in step 1001, the steel achievement counter 407 is cleared to zero. In step 1002, the memory management table 3 queued from the memory table queue pointer 323 of the job management table 320
Select 30. In step 1003, it is determined whether or not the page is stealable. If stealable, the process proceeds to step 1004; otherwise, the process returns to step 1002. In step 1004, page stealing is performed, and the memory management table 330 is deleted from the queue. In step 1005, the retained memory size 322b in the job management table 320 of the job is decremented by one, and the retained memory size a307 in the job group management table 301 of the job group to which the job belongs is decremented by one. In step 1006, the steal record value counter 407 and the page steal count 308 are incremented by one. In step 1007, the steel actual counter 407 indicates the steel indicated value 40.
5 or the actual number of pages of the job group is equal to or less than the memory frame minimum value 306 defined for the job group. It is determined whether or not the processing in step 1006 has been performed. If any of them is true, the processing ends; otherwise, the flow returns to step 1002.

【0028】図11はメモリ使用量監視部111の処理
を示す図である。メモリ使用量監視部111は、定期的
に起動され、ジョブグループの実ページの使用状況を監
視する。ステップ1101において、ジョブグループ管
理テーブル301の先頭から監視するジョブグループを
順番に選択する。全てのジョブグループの選択が終了し
た場合は処理を終了する。ステップ1102において、
ジョブグループの保有する実ページを再計算し、ジョブ
グループ管理テーブル301内の保有メモリサイズa3
07に格納する。ステップ1103において、空き主記
憶ページカウンタ402の値が、主記憶不足閾値b40
4の値より大きければ、空き実ページが充分にあると
し、(ステップ1103 YES)ステップ1101に
戻り次のジョブグループを選択する。空き主記憶ページ
カウンタ402の値が、主記憶不足閾値b404の値以
下であれば、空き実ページ不足と判断し(ステップ11
03NO)ステップ1104に進む。ステップ1104
において、空き実ページ確保のために、ジョブグループ
の保有メモリサイズa307がメモリ枠最大値305を
超えているか否かを判定する。保有メモリサイズa30
7がメモリ枠最大値305を超えていなければ(ステッ
プ1104 NO)ステップ1101に戻る。保有メモ
リサイズa307がメモリ枠最大値305を超えていれ
ば(ステップ1104 YES)ステップ1105に進
む。ステップ1105において、保有メモリサイズa3
07からメモリ枠最大値305を減算した値を、スチー
ル指示値406に設定する。ステップ1106におい
て、メモリ補給指示部113を呼び出し、当該ジョブグ
ループからスチール指示値406で示すページ数のペー
ジスチールを指示する。ステップ1107において、統
計部114を呼び出し、監視結果を記録する。以降ステ
ップ1101からステップ1106を全ジョブグループ
に対して繰り返す。
FIG. 11 is a diagram showing the processing of the memory usage monitoring unit 111. The memory usage monitoring unit 111 is started periodically and monitors the usage status of the actual pages of the job group. In step 1101, job groups to be monitored are sequentially selected from the top of the job group management table 301. When all the job groups have been selected, the process ends. In step 1102,
The actual pages held by the job group are recalculated, and the held memory size a3 in the job group management table 301 is calculated.
07. In step 1103, the value of the free main storage page counter 402 is changed to the main storage shortage threshold b40.
If the value is larger than the value of 4, it is determined that there are sufficient free real pages (step 1103, YES), and the process returns to step 1101 to select the next job group. If the value of the free main storage page counter 402 is equal to or less than the value of the main storage shortage threshold b404, it is determined that there is a free real page shortage (step 11).
03NO) Proceed to step 1104. Step 1104
, It is determined whether or not the retained memory size a307 of the job group exceeds the maximum memory frame value 305 in order to secure free real pages. Owned memory size a30
If 7 does not exceed the memory frame maximum value 305 (NO in step 1104), the process returns to step 1101. If the possessed memory size a 307 exceeds the memory frame maximum value 305 (step 1104: YES), the process proceeds to step 1105. In step 1105, the stored memory size a3
A value obtained by subtracting the memory frame maximum value 305 from 07 is set as the stealing instruction value 406. In step 1106, the memory replenishment instruction unit 113 is called, and page steal of the number of pages indicated by the steal instruction value 406 is instructed from the job group. In step 1107, the statistical unit 114 is called, and the monitoring result is recorded. Thereafter, steps 1101 to 1106 are repeated for all job groups.

【0029】図12は統計部の処理を示す図である。ス
テップ1201において、ジョブグループ管理テーブル
301の先頭から順番にジョブグループを選択する。全
ジョブグループに対する選択が完了したら処理を終了す
る。ステップ1201において、前回、統計部が動作し
た時に記録したジョブグループ毎のページスチールカウ
ンタ308とその動作時刻、および現在のページスチー
ルカウンタ308とその時刻についてそれぞれ差分を計
算する。ステップ1203において、ジョブグループの
保有メモリサイズa307がメモリ枠最大値305を超
えているか否かを判定する。保有メモリリサイズa30
7がメモリ枠最大値305を超えていなければ(ステッ
プ1203 NO)ステップ1201に戻る。保有メモ
リサイズa307がメモリ枠最大値305を超えていれ
ば(ステップ1203 YES)ステップ1204に進
む。ステップ1204において、ステップ1202で計
算したページスチールカウンタ308の差分を時刻の差
分で除算する。この値が、システムで定義した値を超え
た場合(ステップ1204 YES)はステップ120
5に進み、そうでない場合はステップ1201に戻る。
ステップ1205において、システムではメモリ枠最大
値305の設定が不当と判断し、パラメタファイル11
7の指定に従い、当該ジョブグループのメモリ枠最大値
305を増加させる。ステップ1206において、メモ
リ枠最大値305を更新したことを統計情報ファイル1
16に記録する。以降ステップ1201からステップ1
206を全ジョブグループに対して繰り返す。
FIG. 12 is a diagram showing the processing of the statistics section. In step 1201, job groups are selected in order from the top of the job group management table 301. When the selection for all the job groups is completed, the process ends. In step 1201, differences are calculated for the page steal counter 308 and its operation time and the current page steal counter 308 and its time for each job group recorded when the statistics unit was last operated. In step 1203, it is determined whether or not the retained memory size a307 of the job group exceeds the memory frame maximum value 305. Retained memory resize a30
If 7 does not exceed the memory frame maximum value 305 (NO in step 1203), the flow returns to step 1201. If the possessed memory size a 307 exceeds the memory frame maximum value 305 (YES in step 1203), the process proceeds to step 1204. In step 1204, the difference of the page steal counter 308 calculated in step 1202 is divided by the time difference. If this value exceeds the value defined in the system (YES in step 1204), step 120
Go to step 5, otherwise return to step 1201.
In step 1205, the system determines that the setting of the memory frame maximum value 305 is invalid, and
In accordance with the designation of 7, the memory frame maximum value 305 of the job group is increased. In step 1206, the fact that the memory frame maximum value 305 has been updated is notified to the statistical information file 1
Record at 16. From Step 1201 to Step 1
Step 206 is repeated for all job groups.

【0030】以上説明したように、重要度の高い例えば
本番系の重要ジョブ群と、重要度の低い開発系のジョブ
群を1つの計算機システム内で同時に運用する場合にお
いて、例えば、開発系ジョブの不具合や設定ミスなどに
より、重要度の低いジョブが予想以上に主記憶装置を使
用して主記憶装置不足状態になった場合、前記開発系ジ
ョブグループ内のジョブ群から段階的にページングを行
いメモリ補給を行うため、前記本番系の重要ジョブ群お
よび重要度の高い開発系のジョブ群に対して主記憶装置
不足による影響を与えることをなくすることができる。
このため、前記本番系の重要業務と開発系業務を別々の
OSで実行しなくとも、前記重要業務に対する主記憶不
足による悪影響を避けることができる。
As described above, in the case where a group of important jobs, for example, a production job having a high importance and a group of a development job having a low importance are operated simultaneously in one computer system, for example, the If a low-priority job becomes inadequate in the main storage device by using the main storage device more than expected due to a defect or a setting error, paging is performed stepwise from the job group in the development job group and the memory is used. Since the replenishment is performed, it is possible to prevent the production-related important job group and the development-related job group having high importance from being affected by the shortage of the main storage device.
For this reason, it is possible to avoid an adverse effect due to a shortage of the main memory on the important work, without executing the production-related important work and the development-related work on different OSs.

【0031】[0031]

【発明の効果】以上説明したように本発明によれば、ペ
ージスチールを行うジョブグループを予め設定したジョ
ブの重要度等に基づいて決定し、該決定に基づいて空き
ページを確保するので、重要度の高いジョブ群に対する
主記憶不足を回避することができる。
As described above, according to the present invention, a job group for performing page stealing is determined based on the importance of a preset job and the like, and an empty page is secured based on the determination. It is possible to avoid a shortage of main storage for a job group with high degree.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施形態にかかるメモリ管理装置を示
す図である。
FIG. 1 is a diagram showing a memory management device according to an embodiment of the present invention.

【図2】空きページ不足時のメモリ割り当てを示す図で
ある。
FIG. 2 is a diagram showing memory allocation when a free page is insufficient.

【図3】ジョブグループ管理テーブル、ジョブ管理テー
ブルおよびメモリ管理テーブルの構成を示す図である。
FIG. 3 is a diagram illustrating configurations of a job group management table, a job management table, and a memory management table.

【図4】状態保持テーブルの構成を示す図である。FIG. 4 is a diagram showing a configuration of a state holding table.

【図5】パラメタ設定部の処理を示す図である。FIG. 5 is a diagram illustrating processing of a parameter setting unit.

【図6】ジョブグループ判断部の処理を示す図である。FIG. 6 is a diagram illustrating a process of a job group determination unit.

【図7】メモリ割り当て部の処理を示す図である。FIG. 7 is a diagram showing processing of a memory allocation unit.

【図8】メモリ補給スケジュール部の処理を示す図であ
る。
FIG. 8 is a diagram illustrating processing of a memory replenishment schedule unit.

【図9】メモリ補給指示部の処理を示す図である。FIG. 9 is a diagram showing processing of a memory replenishment instruction unit.

【図10】メモリ補給処理部の処理を示す図である。FIG. 10 is a diagram illustrating processing of a memory replenishment processing unit.

【図11】メモリ使用量監視部の処理を示す図である。FIG. 11 is a diagram showing processing of a memory usage monitoring unit.

【図12】統計部の処理を示す図である。FIG. 12 is a diagram illustrating processing of a statistics unit.

【図13】管理テーブルにおけるキューイングを説明す
る図である。
FIG. 13 is a diagram illustrating queuing in a management table.

【符号の説明】[Explanation of symbols]

101 計算機 102 中央処理装置 103 主記憶装置 104 OS 105 ジョブグループ判断部 106 メモリ管理部 107 メモリ監視部 108 メモリ割り当て処理部 109 メモリ補給処理部 110 パラメタ設定部 111 メモリ使用量監視部 112 メモリ補給スケジュール部 113 メモリ補給指示部 114 統計部 115 補助記憶装置 116 統計情報ファイル 117 パラメタファイル 118 業務A系ジョブ 119 業務B系ジョブ 120 開発系ジョブ 121 管理テーブル 122 状態保持テーブル Reference Signs List 101 computer 102 central processing unit 103 main storage device 104 OS 105 job group determination unit 106 memory management unit 107 memory monitoring unit 108 memory allocation processing unit 109 memory replenishment processing unit 110 parameter setting unit 111 memory usage monitoring unit 112 memory replenishment schedule unit 113 Memory replenishment instructing unit 114 Statistical unit 115 Auxiliary storage device 116 Statistical information file 117 Parameter file 118 Business A system job 119 Business B system job 120 Development system job 121 Management table 122 State holding table

───────────────────────────────────────────────────── フロントページの続き (72)発明者 福永 寛 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア事業部内 (72)発明者 長谷川 和秀 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア事業部内 Fターム(参考) 5B005 JJ11 KK12 MM31 QQ04 VV02 5B060 AA09 AA12 AA19 AC06 5B098 GA02 GA03 GB05 GB10 GC03 GD03 GD12 GD17 GD22  ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Hiroshi Fukunaga 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Inside the Software Division of Hitachi, Ltd. (72) Kazuhide Hasegawa 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa F-term in the Software Division of Hitachi, Ltd. (Reference) 5B005 JJ11 KK12 MM31 QQ04 VV02 5B060 AA09 AA12 AA19 AC06 5B098 GA02 GA03 GB05 GB10 GC03 GD03 GD12 GD17 GD22

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 中央処理装置と、 重要度に応じてジョブをグループ化して形成したジョブ
グループにジョブを登録するジョブグループ判断部、実
ページの割り当てを行うメモリ割り当て処理部およびメ
モリの解放を行うメモリ補給処理部を備えたメモリ管理
部、並びに主記憶の使用状況を監視するメモリ監視部を
備えた主記憶装置とからなり、 前記メモリ監視部はメモリの空きページ数が不足したと
き、ページスチールを行うジョブグループを予め設定し
たジョブの重要度に基づいて決定し、該決定に基づいて
前記メモリ補給部を介して実ページを解放して空きペー
ジを確保することを特徴とするメモリ管理装置。
1. A central processing unit, a job group determination unit that registers a job in a job group formed by grouping jobs according to importance, a memory allocation processing unit that allocates real pages, and releases memory. A memory management unit having a memory replenishment processing unit, and a main storage device having a memory monitoring unit for monitoring the use status of the main memory, wherein the memory monitoring unit performs page stealing when the number of free pages in the memory is insufficient. A memory management device that determines a job group to perform the job based on the job importance set in advance, and releases a real page via the memory replenishing unit to secure a free page based on the determination.
【請求項2】 中央処理装置と、 重要度に応じてジョブをグループ化して形成したジョブ
グループにジョブを登録するジョブグループ判断部、実
ページの割り当てを行うメモリ割り当て処理部およびメ
モリの解放を行うメモリ補給処理部を備えたメモリ管理
部、並びに主記憶の使用状況を監視するメモリ監視部を
備えた主記憶装置とからなり、 前記メモリ監視部はメモリの空きページ数が不足したと
き、ページスチールを行うジョブグループおよびジョブ
を予め設定したジョブの重要度に基づいて決定し、該決
定に基づいて重要度の低いグループに属するジョブから
段階的に前記メモリ補給部を介して実ページを解放して
空きページを確保することを特徴とするメモリ管理装
置。
2. A central processing unit, a job group determining unit that registers a job in a job group formed by grouping jobs according to importance, a memory allocation processing unit that allocates real pages, and releases memory. A memory management unit having a memory replenishment processing unit, and a main storage device having a memory monitoring unit for monitoring the use status of the main memory, wherein the memory monitoring unit performs page stealing when the number of free pages in the memory is insufficient. Is determined based on the job importance set in advance, and real pages are gradually released from the jobs belonging to the low importance group based on the determination through the memory supply unit. A memory management device for securing empty pages.
【請求項3】 請求項1ないし請求項2の何れか1の記
載において、メモリ監視部はメモリ補給部を介して実ペ
ージ使用量の上限を超えたグループからページスチール
を実行することを特徴とするメモリ管理装置。
3. The memory monitoring unit according to claim 1, wherein the memory monitoring unit executes page stealing from a group exceeding the upper limit of the actual page usage via the memory replenishing unit. Memory management device.
【請求項4】 請求項1ないし請求項3の何れか1の記
載において、メモリ監視部はジョブグループ毎にメモリ
使用量の上下限を監視するメモリ監視部を備え、該監視
部の監視結果に基づいてメモリの割り当ておよび解放を
行うことを特徴とするメモリ管理装置。
4. The memory monitoring unit according to claim 1, wherein the memory monitoring unit includes a memory monitoring unit that monitors upper and lower limits of a memory usage for each job group. A memory management device for allocating and releasing memory based on the memory.
【請求項5】 請求項1ないし請求項4の何れか1の記
載において、メモリ監視部はページスチールの発生頻度
およびメモリの使用状況を統計情報ファイルの格納する
統計部を備えたことを特徴とするメモリ管理装置。
5. The memory monitoring unit according to claim 1, wherein the memory monitoring unit includes a statistic unit that stores a frequency of page stealing and a memory use state in a statistic information file. Memory management device.
JP2001042183A 2001-02-19 2001-02-19 Memory management device Pending JP2002244869A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001042183A JP2002244869A (en) 2001-02-19 2001-02-19 Memory management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001042183A JP2002244869A (en) 2001-02-19 2001-02-19 Memory management device

Publications (1)

Publication Number Publication Date
JP2002244869A true JP2002244869A (en) 2002-08-30

Family

ID=18904520

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001042183A Pending JP2002244869A (en) 2001-02-19 2001-02-19 Memory management device

Country Status (1)

Country Link
JP (1) JP2002244869A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010198304A (en) * 2009-02-25 2010-09-09 Canon Inc Information processing apparatus, virtual storage management method, and program
JP2011008315A (en) * 2009-06-23 2011-01-13 Internatl Business Mach Corp <Ibm> Method for controlling cache
WO2012127596A1 (en) * 2011-03-19 2012-09-27 富士通株式会社 Terminal device, process management method and process management program
JP2017134507A (en) * 2016-01-26 2017-08-03 日立オートモティブシステムズ株式会社 Memory management system
JP2018190355A (en) * 2017-05-11 2018-11-29 日本電信電話株式会社 Resource management method
US11481255B2 (en) * 2019-09-10 2022-10-25 International Business Machines Corporation Management of memory pages for a set of non-consecutive work elements in work queue designated by a sliding window for execution on a coherent accelerator

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010198304A (en) * 2009-02-25 2010-09-09 Canon Inc Information processing apparatus, virtual storage management method, and program
JP2011008315A (en) * 2009-06-23 2011-01-13 Internatl Business Mach Corp <Ibm> Method for controlling cache
US8484423B2 (en) 2009-06-23 2013-07-09 International Business Machines Corporation Method and apparatus for controlling cache using transaction flags
WO2012127596A1 (en) * 2011-03-19 2012-09-27 富士通株式会社 Terminal device, process management method and process management program
CN103443770A (en) * 2011-03-19 2013-12-11 富士通株式会社 Terminal device, process management method and process management program
US9424085B2 (en) 2011-03-19 2016-08-23 Fujitsu Limited Recognizing a process group that is related to an application
CN103443770B (en) * 2011-03-19 2017-12-12 富士通株式会社 Terminal installation, process management method and process supervisory program
JP2017134507A (en) * 2016-01-26 2017-08-03 日立オートモティブシステムズ株式会社 Memory management system
JP2018190355A (en) * 2017-05-11 2018-11-29 日本電信電話株式会社 Resource management method
US11481255B2 (en) * 2019-09-10 2022-10-25 International Business Machines Corporation Management of memory pages for a set of non-consecutive work elements in work queue designated by a sliding window for execution on a coherent accelerator

Similar Documents

Publication Publication Date Title
JP5744909B2 (en) Method, information processing system, and computer program for dynamically managing accelerator resources
US7721290B2 (en) Job scheduling management method using system resources, and a system and recording medium for implementing the method
US8959515B2 (en) Task scheduling policy for limited memory systems
US5784698A (en) Dynamic memory allocation that enalbes efficient use of buffer pool memory segments
CN110058932B (en) Storage method and storage system for data stream driving calculation
US6785756B2 (en) Methods and systems for multi-policy resource scheduling
US8458712B2 (en) System and method for multi-level preemption scheduling in high performance processing
JP2858795B2 (en) Real memory allocation method
US8627330B2 (en) Workload manager managing a workload of an enterprise data warehouse
JP2007299401A (en) Method and system for executing fair share scheduling based on individual user&#39;s resource usage and tracking thereof
JP2009245047A (en) Memory buffer allocation device and program
JPH0916463A (en) Dynamic allocation management system for memory area
JP3215264B2 (en) Schedule control apparatus and method
JP6885193B2 (en) Parallel processing device, job management method, and job management program
JP2002244869A (en) Memory management device
JP2004030567A (en) Method and system for maintaining queue
EP0546567B1 (en) Device management system in a computer system
US6842838B2 (en) Preemptive memory-block splitting
JP2004227188A (en) Job swap method, job management device and job management program
US20060101469A1 (en) Method, controller, program product and services for managing resource element queues
JP2692647B2 (en) Multitask control method and control system
JP3150114B2 (en) Dispatch device, CPU allocation method, and storage medium storing dispatch program
JP3022829B2 (en) Automatic storage device allocation device
JP3778099B2 (en) Memory management method, computer system, and program
JP4650697B2 (en) CPU resource management method