Oops, this was the very conservative value. Testing with my laptop (that has a slow EHCI controller) reveals that we need some more room here.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18930 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4330ef22d5
commit
a183e86663
@ -138,7 +138,7 @@ PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress,
|
||||
}
|
||||
}
|
||||
|
||||
int32 retries = 20;
|
||||
int32 retries = 5000;
|
||||
while (retries-- > 0) {
|
||||
if (!_Lock())
|
||||
return B_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user