حمد المري

Results 54 comments of حمد المري

I believe the newline is inserted when you open a file by clicking on the file name from the spacemacs home page. Try click on a file from the spacemacs...

> After doing `patch -p1 < rdb.patch` to 5.13.13-xanmod1-cacule, and trying to compile with `make -j7 bindeb-pkg` like I normally do to make .debs, I get these errors: > >...

> kernel.sched_cache_factor=0 Could you please also set kernel.sched_starve_factor=0 Is RDB enabled?

> > Could you please also set > > kernel.sched_starve_factor=0 > > The hang still with kernel.sched_starve_factor=0 > > > Is RDB enabled? > > As I think it's enabled...

> > Could you please try without RDB? > > As I don't think there is a runtime way to disable it, it's necessary recompile it, right? Yes, you need...

> Yes, I can confirm, disabling the RDB did the trick, no more hangs, thank you @hamadmarri. > > Also, not related to this issue but may I ask you,...

I suspect it is related to rcu calls and soft irq. I will post some fixes to try soon. Thank you

> @hamadmarri, you might be onto somethinmg. This game does ~160k context switches, that might have something to do with it. But BMQ handles it, so its doable. I'm looking...

> @hamadmarri needed to set PREEMPT=n too, elese RCU settings weren't applicable and compile error ocured. I will test it a bit later. Hi @JohnyPeaN I would advise you first...

> > needed to set PREEMPT=n too, elese RCU settings weren't applicable and compile error ocured. I will test it a bit later. > > Oh, now I see it....