Skip to main content

Questions tagged [paging]

A memory-management technique where a computer stores and retrieves data from secondary storage for use in main memory. Memory is divided into equal sized pages so to not waste any memory.

-1 votes
0 answers
17 views

How to Calculate Entries and Memory Requirements for a 2-Level Page Table in a 32-bit CPU Architecture?

I'm trying to understand how to calculate the entries and memory requirements for a 2-level page table in a 32-bit CPU architecture with the following specifications: Each second-level page table has ...
1 8's user avatar
  • 1
2 votes
0 answers
158 views

Page fault directly after setting PG bit in CR0

I'm experiencing an issue in my paging code for an OS I'm working on based off BrokenThorn Entertainment's tutorial. I'm not exactly the best at paging/memory management, but I've exhausted most of my ...
user25873577's user avatar
0 votes
0 answers
22 views

Problem with setting up Page Attribute Table (PAT) under Jailhouse hypervisor on a x86 Intel Xeon system

I am trying to setup the Jailhouse hypervisor on an Intel Xeon x86_64 system. However, the hypervisor gets stuck when writing to the MSR_IA32_PAT during the initial setup. Apparently, the value that ...
Syed Aftab Rashid's user avatar
0 votes
0 answers
17 views

OS memory management with paging

i have a task where i don't understand the memory management of 2 processes by an OS using paging. As scheduling method i used round robin since they both perform I/O. There are 2 assumptions that ...
user25337991's user avatar
0 votes
0 answers
19 views

LazyPagingItems load state is LoadState.Loading even if all items are loaded

i have compose screen where i collect list like this: val list = viewModel.getSomeFlow().collectAsLazyPagingItems() then i have swipe refresh layout with two params: isRefreshing = list.loadState....
Mihail Lovchitskiy's user avatar
0 votes
0 answers
24 views

Power Automate Paging with FetchXML

We have a case where we need to fetch more than 5,000 records from a D365 entity. We cannot use OData filtering due to complexity of the query, so we have to use FetchXML. In the screenshot below, all ...
Tony's user avatar
  • 147
0 votes
0 answers
31 views

Paging issues when developing search capabilities using Elasticsearch and MySQL

We are developing a search function for space rental products using Elasticsearch and MySQL. [Search form] From DateTime To DateTime Min Price Max Price The search form is the same as above, and ...
하늘이 푸르른's user avatar
0 votes
1 answer
47 views

Interpreting pmap shared memory size output

I am trying to understand the shared memory output value of pmap -d <pid>. Towards this I have done an exercise wherein first I have created 2 shared memory segments. #include <stdlib.h> #...
Soumajit's user avatar
  • 344
0 votes
0 answers
23 views

Calculating P1 P2 and Offset

PLEASE HELP ME IF YOU'RE LEGEND A system with 2-level page table, the frame size is 4KB; the address register is 32 bits, the row size of the page table is 4 bytes; the address register is divided ...
Đức Van's user avatar
0 votes
2 answers
58 views

Can I access params of method execution passed to a Func<> in C#/.NET?

I am attempting to make a method that can iteratively call RESTful API endpoints that implement paging until a specific JSON object is found. I'll outline the intended pattern below and then describe ...
officeSpacePirate's user avatar
0 votes
1 answer
45 views

Slow scrolling in paging3 load function

I'm encountering slow loading as I scroll because of multiple network calls that need to be made. class RepoResultPagingSource( private val repository: Repository, private val query: String ) : ...
HukeLau_DABA's user avatar
  • 2,486
0 votes
0 answers
54 views

Can't Add Ajax Pagination in ASP NET CORE

I'm doing comment pagination of product in ASP NET CORE using Ajax . I use code from ASP.Net Core how to add ajax pagination? to apply in my code. I change the code to suitable in my context. In the ...
John's user avatar
  • 63
0 votes
0 answers
23 views

Paging3(error: Unused parameter: query) during implementing search feature in kotlin Android

I am trying to implement the search feature in my movie app . But when i am running my app it shows me "error: Unused parameter: query public abstract androidx.paging.PagingSource<java.lang....
Saveen Khan's user avatar
0 votes
0 answers
34 views

Performance degradation in Asynchronous paging

I have done some experiments on Asynchronous paging following the documentation and I have observed about 20% performance degradation between 3.8.0 and 4.6.0 driver versions. 4.6.0 driver app is ...
Harsh Daryani's user avatar
0 votes
0 answers
12 views

ExtJS Modern 7.0 combobox with paging how to set value?

ExtJS 7.0 modern. How to set value with paging ? xtype: 'combobox', bind: { store: '{contracts}', value: '{record.contract_id}' ...
Umid Abulkasimov's user avatar

15 30 50 per page
1
2 3 4 5
165